We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9f923 commit 2cdaf34Copy full SHA for 2cdaf34
ci/images/ci-image/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:focal-20220302
+FROM ubuntu:focal-20220316
2
3
ADD setup.sh /setup.sh
4
ADD get-jdk-url.sh /get-jdk-url.sh
ci/images/get-docker-url.sh
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
-version="20.10.11"
+version="20.10.14"
5
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";
0 commit comments