Skip to content

Commit 254f05f

Browse files
authored
Try newer base
1 parent 297b5f6 commit 254f05f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Pull the ubuntu:bionic base image
2-
FROM ubuntu:bionic
1+
# Pull the ubuntu:jammy base image
2+
FROM ubuntu:jammy
33

44
USER root
55

@@ -21,4 +21,4 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
2121
RUN chown -R jenkins:sudo /usr/local
2222

2323
USER jenkins
24-
WORKDIR /home/jenkins
24+
WORKDIR /home/jenkins

0 commit comments

Comments
 (0)