From 3586a0d095db0564e6c265cf097e7a0f65715a80 Mon Sep 17 00:00:00 2001 From: "cilium-renovate[bot]" <134692979+cilium-renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:09:30 +0000 Subject: [PATCH] chore(deps): update docker.io/library/alpine docker tag to v3.20.1 Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com> --- Dockerfile.rthooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rthooks b/Dockerfile.rthooks index 83460b033f6..9ba7e1ba0b7 100644 --- a/Dockerfile.rthooks +++ b/Dockerfile.rthooks @@ -1,7 +1,7 @@ # SPDX-License-Identifier: Apache-2.0 ARG GOLANG_IMAGE=docker.io/library/golang:1.22.4@sha256:c8736b8dbf2b12c98bb0eeed91eef58ecef52b8c2bd49b8044531e8d8d8d58e8 -ARG BASE_IMAGE=docker.io/library/alpine:3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd +ARG BASE_IMAGE=docker.io/library/alpine:3.20.1@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 # BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit. # Represents the plataform where the build is happening, do not mix with