From 287edb36029664e9953842fd74d2d747add639d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:37:49 +0000 Subject: [PATCH] Update alpine_linux_amd64 Docker tag to v3.23 --- examples/legacy_docker/WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/legacy_docker/WORKSPACE b/examples/legacy_docker/WORKSPACE index ce1dd440..4c16150d 100644 --- a/examples/legacy_docker/WORKSPACE +++ b/examples/legacy_docker/WORKSPACE @@ -69,8 +69,8 @@ load( container_pull( name = "alpine_linux_amd64", - digest = "sha256:954b378c375d852eb3c63ab88978f640b4348b01c1b3456a024a81536dafbbf4", + digest = "sha256:4d889c14e7d5a73929ab00be2ef8ff22437e7cbc545931e52554a7b00e123d8b", registry = "index.docker.io", repository = "library/alpine", - tag = "3.8", + tag = "3.23", )