Fix Docker base image version (#1640)

As part of 4d7110 Docker base images were updated to ubuntu:21.04.
According to #gh-1579 the intention is to update to Ubuntu LTS version.
21.04 is not LTS version and as a matter of fact it is not yet released
version.

Change the docker base image to the the intended version 20.04 LTS.
This commit is contained in:
Plamen Totev
2021-04-19 10:31:12 +03:00
committed by GitHub
parent 91cd2055a3
commit e4b7f65561
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:21.04
FROM ubuntu:20.04
ARG SDKMAN_JAVA_INSTALLATION=8.0.275.hs-adpt

View File

@@ -1,4 +1,4 @@
FROM ubuntu:21.04
FROM ubuntu:20.04
ARG SDKMAN_JAVA_INSTALLATION=8.0.275.hs-adpt