We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165803a commit 49a9d1bCopy full SHA for 49a9d1b
.github/actions/detect-workflow/Dockerfile
@@ -22,7 +22,7 @@ RUN go get -d -v
22
# Statically compile our app for use in a distroless container
23
RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .
24
25
-FROM gcr.io/distroless/static@sha256:f4787e810dbc39dd59fcee319cf88e8a01181e1758dbd07c32ed4e14a9ba8904
+FROM gcr.io/distroless/static@sha256:72924583773eeeb9a6200e9f6dbfd95a27fbf25d39bfe7062c46d2654628f007
26
27
COPY --from=builder /app/app /app
28
0 commit comments