diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ec493..c414312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This file only reflects the changes that are made in this image. Please refer to the [Salt 3004 Release Notes](https://docs.saltstack.com/en/latest/topics/releases/3004.html) for the list of changes in SaltStack. +**3004.1** + +- Change Docker base image to `ubuntu:hirsute-20220113` + **3004_6** - Set the number of worker threads to start by setting `SALT_WORKER_THREADS` env variable. diff --git a/Dockerfile b/Dockerfile index 1117e10..d212b64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:hirsute-20210917 +FROM ubuntu:hirsute-20220113 ARG BUILD_DATE ARG VCS_REF