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 6108bf5 commit 2a30613Copy full SHA for 2a30613
Dockerfile
@@ -40,6 +40,6 @@ RUN go mod download
40
RUN go build -ldflags '-extldflags "-static"' -o /go/bin/manael ./cmd/manael
41
42
# Now copy it into our base image.
43
-FROM gcr.io/distroless/base-debian12@sha256:1951bedd9ab20dd71a5ab11b3f5a624863d7af4109f299d62289928b9e311d5d
+FROM gcr.io/distroless/base-debian12@sha256:d605e138bb398428779e5ab490a6bbeeabfd2551bd919578b1044718e5c30798
44
COPY --from=build /go/bin/manael /
45
CMD ["/manael"]
0 commit comments