Browse Source

Upgrade Ubuntu version in CI images

Closes gh-30399
pull/30415/head
Stephane Nicoll 4 years ago
parent
commit
d343cc060f
  1. 2
      ci/images/ci-image-jdk18/Dockerfile
  2. 2
      ci/images/ci-image/Dockerfile

2
ci/images/ci-image-jdk18/Dockerfile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM ubuntu:focal-20220302
FROM ubuntu:focal-20220316
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

2
ci/images/ci-image/Dockerfile

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
FROM ubuntu:focal-20220302
FROM ubuntu:focal-20220316
ADD setup.sh /setup.sh
ADD get-jdk-url.sh /get-jdk-url.sh

Loading…
Cancel
Save