Skip to content

Commit

Permalink
OOPS - accidentally left out the target on doing the update
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kamboj <[email protected]>
  • Loading branch information
skamboj committed Oct 22, 2023
1 parent 1d9a533 commit 2a684a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a684a8

Please sign in to comment.