Skip to content

Commit 2cdaf34

Browse files
committed
Upgrade Docker and OS version in CI image
1 parent 7a9f923 commit 2cdaf34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/images/ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:focal-20220302
1+
FROM ubuntu:focal-20220316
22

33
ADD setup.sh /setup.sh
44
ADD get-jdk-url.sh /get-jdk-url.sh

ci/images/get-docker-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
set -e
33

4-
version="20.10.11"
4+
version="20.10.14"
55
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";

0 commit comments

Comments
 (0)