From 1d103a232e732ce12e3f8f3b53ee9467b1aaf2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20=C3=81lvaro?= Date: Sat, 31 Oct 2020 18:53:43 +0100 Subject: [PATCH] feat: Change Docker base image to ubuntu:focal-20201008 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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