From 2a684a8aefe8cf65f1e0dcf3c41a48d0f303cfc5 Mon Sep 17 00:00:00 2001 From: Sachin Kamboj Date: Sun, 22 Oct 2023 22:13:44 +0000 Subject: [PATCH] OOPS - accidentally left out the target on doing the update Signed-off-by: Sachin Kamboj --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 818a22d..23bda17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN GOOS=$TARGETOS GOARCH=$TARGETARCH make bin/goldpinger RUN go mod vendor # Build the asset container, copy over goldpinger -FROM gcr.io/distroless/static:nonroot +FROM gcr.io/distroless/static:nonroot as simple COPY --from=builder /w/bin/goldpinger /goldpinger COPY ./static /static COPY ./config /config