From 2a7de97befed3f1374717512233d276b768c51de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:40:38 +0000 Subject: [PATCH] Bump the docker group with 2 updates Bumps the docker group with 2 updates: amazonlinux and centos/centos. Updates `amazonlinux` from 2.0.20230926.0 to 2.0.20231020.1 Updates `centos/centos` from `969d0db` to `b1f6889` --- updated-dependencies: - dependency-name: amazonlinux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker - dependency-name: centos/centos dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile.amzn2 | 2 +- Dockerfile.tools | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.amzn2 b/Dockerfile.amzn2 index fe66153..4234fc5 100644 --- a/Dockerfile.amzn2 +++ b/Dockerfile.amzn2 @@ -1 +1 @@ -FROM amazonlinux:2.0.20230926.0 +FROM amazonlinux:2.0.20231020.1 diff --git a/Dockerfile.tools b/Dockerfile.tools index 93506af..c42409c 100644 --- a/Dockerfile.tools +++ b/Dockerfile.tools @@ -1,6 +1,6 @@ FROM centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 -FROM quay.io/centos/centos:stream8@sha256:969d0dba373dc01be38904cec8bd327d97286f9995a6b191f1608a3c9dbb15c6 +FROM quay.io/centos/centos:stream8@sha256:b1f6889548eda34b2ddc8c2f50a49bf9924164814308e41e90a07e3b30e0db7f FROM hairyhenderson/gomplate:v3.11.5