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:
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:21.04
|
||||
FROM ubuntu:20.04
|
||||
|
||||
ARG SDKMAN_JAVA_INSTALLATION=8.0.275.hs-adpt
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM ubuntu:21.04
|
||||
FROM ubuntu:20.04
|
||||
|
||||
ARG SDKMAN_JAVA_INSTALLATION=8.0.275.hs-adpt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user