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 committed May 9, 2024
1 parent 22386f4 commit 6ee3b24
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 6ee3b24

Please sign in to comment.