diff --git a/images/haproxy/Containerfile.debian13-gcr b/images/haproxy/Containerfile.debian13-gcr index 4a63f4d..0d1ffc4 100644 --- a/images/haproxy/Containerfile.debian13-gcr +++ b/images/haproxy/Containerfile.debian13-gcr @@ -3,7 +3,7 @@ # Minimal HAProxy container with static linking for OpenSSL, PCRE2, Lua, zlib, zstd # Final image only needs glibc (from distroless base) + HAProxy binary + Lua modules -ARG BASE=gcr.io/distroless/base-debian13:nonroot@sha256:fb282f8ed3057f71dbfe3ea0f5fa7e961415dafe4761c23948a9d4628c6166fe +ARG BASE=gcr.io/distroless/base-debian13:nonroot@sha256:97b9d04bed1c754b756c3c4b6a04915c22fb0b5d96a59944eb3bf78c26e6e157 FROM dhi.io/debian-base:trixie-dev AS builder ENV DEBIAN_FRONTEND=noninteractive