Upgrade Docker and OS version in CI image

This commit is contained in:
Brian Clozel
2022-04-04 13:16:14 +02:00
parent 7a9f9236dc
commit 2cdaf344fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -e
version="20.10.11"
version="20.10.14"
echo "https://download.docker.com/linux/static/stable/x86_64/docker-$version.tgz";