Skip to content

Commit

Permalink
Upgrade Ubuntu version to ubuntu:jammy-20240427 in CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyalAhmed authored and mhalbritter committed May 13, 2024
1 parent d98987f commit ca1b411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/images/ci-image-jdk21/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_PROXY_CACHE=
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240416
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240427

ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh
Expand Down
2 changes: 1 addition & 1 deletion ci/images/ci-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG DOCKER_PROXY_CACHE=
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240416
FROM ${DOCKER_PROXY_CACHE}ubuntu:jammy-20240427

ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh
Expand Down

0 comments on commit ca1b411

Please sign in to comment.