quarkus-tutorial
quarkus-tutorial copied to clipboard
Match tutorial-tools version between pull and run
Match docker run tutorial-tools version with the docker pull command so that we don't end up with two images:
"docker pull tutorial-tools" will pull latest image, while "docker run ... tutorial-tools:0.0.7" will always pull 0.0.7.