OOPS - accidentally left out the target on doing the update

Signed-off-by: Sachin Kamboj <skamboj1@bloomberg.net>
This commit is contained in:
Sachin Kamboj
2023-10-22 22:13:44 +00:00
parent 1d9a533433
commit 2a684a8aef
+1 -1
View File
@@ -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