From bf8048292f0908dfc406494baf9c4709f68de195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=CC=81lvaro?= Date: Mon, 28 Mar 2022 22:45:20 +0200 Subject: [PATCH] feat: Change Docker base image to ubuntu:hirsute-20220113 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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