feat: Change Docker base image to ubuntu:focal-20210217

This commit is contained in:
Carlos Álvaro
2021-03-13 10:41:08 +01:00
parent a7d164b324
commit bbcca74192
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Please refer to the [Salt 3002.5 Release Notes](https://docs.saltstack.com/en/la
**3003** **3003**
- Add python3 `timelib` `0.2.5` - Add python3 `timelib` `0.2.5`
- Change Docker base image to `ubuntu:focal-20210217`
**3002.6** **3002.6**

View File

@@ -1,4 +1,4 @@
FROM ubuntu:focal-20201008 FROM ubuntu:focal-20210217
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF