diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a55689..3ff1d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ This file only reflects the changes that are made in this image. Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3002.html) for the list of changes in SaltStack. +**3002.1** + +- Change Docker base image to `ubuntu:focal-20201008` + **3002** - Upgrade `salt-master` to `3002` *Magnesium* diff --git a/Dockerfile b/Dockerfile index a534b27..02628c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20200925 +FROM ubuntu:focal-20201008 ARG BUILD_DATE ARG VCS_REF