From 2c20b3af6ef9842464adfcc602c5fa5662e103a5 Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Wed, 5 Jun 2024 15:35:00 -0700 Subject: [PATCH] image names were swapped --- Dockerfile-debug-nonroot-static-debian12.goreleaser | 2 +- Dockerfile-nonroot-static-debian12.goreleaser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-debug-nonroot-static-debian12.goreleaser b/Dockerfile-debug-nonroot-static-debian12.goreleaser index 0f401282..6f914179 100644 --- a/Dockerfile-debug-nonroot-static-debian12.goreleaser +++ b/Dockerfile-debug-nonroot-static-debian12.goreleaser @@ -2,7 +2,7 @@ # See .ldrelease/config.yml for an explanation of the build/release process. -FROM gcr.io/distroless/static-debian12:nonroot +FROM gcr.io/distroless/static-debian12:debug-nonroot # See "Runtime platform versions" in CONTRIBUTING.md COPY ld-relay /usr/bin/ldr diff --git a/Dockerfile-nonroot-static-debian12.goreleaser b/Dockerfile-nonroot-static-debian12.goreleaser index 6f914179..0f401282 100644 --- a/Dockerfile-nonroot-static-debian12.goreleaser +++ b/Dockerfile-nonroot-static-debian12.goreleaser @@ -2,7 +2,7 @@ # See .ldrelease/config.yml for an explanation of the build/release process. -FROM gcr.io/distroless/static-debian12:debug-nonroot +FROM gcr.io/distroless/static-debian12:nonroot # See "Runtime platform versions" in CONTRIBUTING.md COPY ld-relay /usr/bin/ldr