From b36726d9b922d59375d651c426f6f78a94c5808a Mon Sep 17 00:00:00 2001 From: DanStough Date: Tue, 10 Oct 2023 12:13:30 -0400 Subject: [PATCH] test new base 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecce95a1..6d1ccdf5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Copyright (c) HashiCorp, Inc. # SPDX-License-Identifier: MPL-2.0 -FROM gcr.io/distroless/base-debian:12:nonroot as default +FROM gcr.io/distroless/base-debian12:nonroot as default # TARGETOS and TARGETARCH are set automatically when --platform is provided. ARG TARGETOS