Skip to content

Commit b950c26

Browse files
build(deps): update gcr.io/distroless/base-debian12 docker digest to fa15492
1 parent b46ac9d commit b950c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ RUN go mod download
4040
RUN go build -ldflags '-extldflags "-static"' -o /go/bin/manael ./cmd/manael
4141

4242
# Now copy it into our base image.
43-
FROM gcr.io/distroless/base-debian12@sha256:1951bedd9ab20dd71a5ab11b3f5a624863d7af4109f299d62289928b9e311d5d
43+
FROM gcr.io/distroless/base-debian12@sha256:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6
4444
COPY --from=build /go/bin/manael /
4545
CMD ["/manael"]

0 commit comments

Comments
 (0)