Skip to content

Commit a5fda30

Browse files
authored
Merge pull request #157 from krissman/patch-1
Match tutorial-tools version between pull and run
2 parents 17ee70a + da75371 commit a5fda30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/01_setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cd quarkus-tutorial
9393
mkdir work
9494
docker run -ti -p 8080:8080 -v `pwd`/work:/work \
9595
-v `mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout`:/opt/developer/.m2/repository \
96-
--rm quay.io/rhdevelopers/tutorial-tools:0.0.7 bash
96+
--rm quay.io/rhdevelopers/tutorial-tools:latest bash
9797
9898
# -p will map Quarkus running in the container to your host port
9999
# -v `pwd`... will map the host work subdirectory to the container /work directory, this is where you will create your application

0 commit comments

Comments
 (0)