diff --git a/content/doc/book/installing/_docker-for-tutorials.adoc b/content/doc/book/installing/_docker-for-tutorials.adoc index d39208cb242f..eda1962a0c2e 100644 --- a/content/doc/book/installing/_docker-for-tutorials.adoc +++ b/content/doc/book/installing/_docker-for-tutorials.adoc @@ -103,7 +103,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) \ $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list RUN apt-get update && apt-get install -y docker-ce-cli USER jenkins -RUN jenkins-plugin-cli --plugins "blueocean:1.27.6 docker-workflow:572.v950f58993843" +RUN jenkins-plugin-cli --plugins "blueocean:1.27.7 docker-workflow:572.v950f58993843" ---- .. Build a new docker image from this Dockerfile and assign the image a meaningful name, e.g. "myjenkins-blueocean:{jenkins-stable}-1": + @@ -252,7 +252,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) \ $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list RUN apt-get update && apt-get install -y docker-ce-cli USER jenkins -RUN jenkins-plugin-cli --plugins "blueocean:1.27.6 docker-workflow:572.v950f58993843" +RUN jenkins-plugin-cli --plugins "blueocean:1.27.7 docker-workflow:572.v950f58993843" ---- .. Build a new docker image from this Dockerfile and assign the image a meaningful name, e.g. "myjenkins-blueocean:{jenkins-stable}-1": +