feat: Change Docker base image to ubuntu:hirsute-20220113

This commit is contained in:
Carlos Álvaro
2022-03-28 22:45:20 +02:00
parent 7aea7e3a5b
commit bf8048292f
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -1,4 +1,4 @@
FROM ubuntu:hirsute-20210917
FROM ubuntu:hirsute-20220113
ARG BUILD_DATE
ARG VCS_REF