From b4ca04001c57d15320ce9efc05cfc0396282f389 Mon Sep 17 00:00:00 2001 From: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com> Date: Mon, 19 May 2025 09:43:14 -0400 Subject: [PATCH] chore: update dockerfile base images to latest rolling tags (#3915) --------- Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9e7346d68..9e682b2d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/static-debian12:debug@sha256:5c474275684bbf271ec40502ab50158b2f9826de5877d8feec27e22e8d6ee3d2 AS build +FROM gcr.io/distroless/static-debian12:latest AS build FROM scratch # needed for version check HTTPS request diff --git a/Dockerfile.debug b/Dockerfile.debug index 0076806c6..6559651b6 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/static-debian12:debug@sha256:5c474275684bbf271ec40502ab50158b2f9826de5877d8feec27e22e8d6ee3d2 +FROM gcr.io/distroless/static-debian12:debug # create the /tmp dir, which is needed for image content cache WORKDIR /tmp