We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6506584 commit 20a703fCopy full SHA for 20a703f
Dockerfile
@@ -15,7 +15,7 @@ COPY . .
15
RUN CGO_ENABLED=0 go build -ldflags="-s -w" -o /tmp/gpldr github.com/Depado/goploader/server
16
17
# Final Step
18
-FROM gcr.io/distroless/static@sha256:3f2b64ef97bd285e36132c684e6b2ae8f2723293d09aae046196cca64251acac
+FROM gcr.io/distroless/static@sha256:95ea148e8e9edd11cc7f639dc11825f38af86a14e5c7361753c741ceadef2167
19
COPY --from=builder /tmp/gpldr /go/bin/gpldr
20
21
VOLUME [ "/data" ]
0 commit comments