From e6d0737d8536491f712b8d2a39550aa8daa7979a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=CC=81lvaro?= Date: Thu, 4 Nov 2021 15:45:29 +0100 Subject: [PATCH] feat: Change Docker base image to ubuntu:hirsute-20210917 --- CHANGELOG.md | 1 + Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72be1a0..9c28177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ for the list of changes in SaltStack. - Install `libssh2 1.10.0` from source - Install `libgit2 1.3.0` from source - Install `pygit2 1.7.0` from pip repositories +- Change Docker base image to `ubuntu:hirsute-20210917` **3004** diff --git a/Dockerfile b/Dockerfile index b3bedcb..3b39c48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20211006 +FROM ubuntu:hirsute-20210917 ARG BUILD_DATE ARG VCS_REF diff --git a/README.md b/README.md index 5bb017a..7ad8e16 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ Where `salt-service` is one of: `salt-master` os `salt-api` (if `SALT_API_SERVIC [saltproject_badge]: https://img.shields.io/badge/Salt-v3004-lightgrey.svg?logo=Saltstack [saltproject_release_notes]: https://docs.saltproject.io/en/latest/topics/releases/3004.html "Salt Project Release Notes" -[ubuntu_badge]: https://img.shields.io/badge/ubuntu-focal--20211006-E95420.svg?logo=Ubuntu +[ubuntu_badge]: https://img.shields.io/badge/ubuntu-hirsute--20210917-E95420.svg?logo=Ubuntu [ubuntu_hub_docker]: https://hub.docker.com/_/ubuntu/ "Ubuntu Image" [github_publish_badge]: https://img.shields.io/github/workflow/status/cdalvaro/docker-salt-master/Publish%20Docker%20image?label=build&logo=GitHub&logoColor=%23181717 [github_publish_workflow]: https://github.com/cdalvaro/docker-salt-master/actions?query=workflow%3A%22Publish+Docker+image%22