Skip to content

Commit f92b285

Browse files
authored
Merge pull request #69 from tillkuhn/dependabot/docker/distroless/static-e8a4044
Bump distroless/static from `a9f88e0` to `e8a4044`
2 parents 3cdee35 + f17b6af commit f92b285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax = docker/dockerfile:1.2
22

33
# single stage version of Dockerfile, expects binaries to be built outside docker build
4-
FROM gcr.io/distroless/static:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 AS prd
4+
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS prd
55
ARG PLATFORM="linux/amd64"
66
COPY /app/${PLATFORM}/rubin /rubin
77
COPY /app/${PLATFORM}/polly /polly

Dockerfile.multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN --mount=target=. \
4040
-o /app/ ./...
4141

4242
# Import the binary from build stage
43-
FROM gcr.io/distroless/static:nonroot@sha256:a9f88e0d99c1ceedbce565fad7d3f96744d15e6919c19c7dafe84a6dd9a80c61 AS prd
43+
FROM gcr.io/distroless/static:nonroot@sha256:e8a4044e0b4ae4257efa45fc026c0bc30ad320d43bd4c1a7d5271bd241e386d0 AS prd
4444
COPY --from=build /app/rubin /rubin
4545
COPY --from=build /app/polly /polly
4646
# this is the numeric version of user nonroot:nonroot to check runAsNonRoot in kubernetes

0 commit comments

Comments
 (0)