mirror of
https://github.com/bloomberg/goldpinger.git
synced 2026-08-23 21:36:25 +00:00
OOPS - accidentally left out the target on doing the update
Signed-off-by: Sachin Kamboj <skamboj1@bloomberg.net>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user