We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297b5f6 commit 254f05fCopy full SHA for 254f05f
1 file changed
docker/builder/Dockerfile
@@ -1,5 +1,5 @@
1
-# Pull the ubuntu:bionic base image
2
-FROM ubuntu:bionic
+# Pull the ubuntu:jammy base image
+FROM ubuntu:jammy
3
4
USER root
5
@@ -21,4 +21,4 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
21
RUN chown -R jenkins:sudo /usr/local
22
23
USER jenkins
24
-WORKDIR /home/jenkins
+WORKDIR /home/jenkins
0 commit comments