Skip to content

Commit

Permalink
Merge pull request #817 from solarwinds/dependabot/docker/build/docke…
Browse files Browse the repository at this point in the history
…r/distroless/static-debian12-5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58

Bump distroless/static-debian12 from `f4a57e8` to `5c7e2b4` in /build/docker
  • Loading branch information
gantrior authored Dec 2, 2024
2 parents 634d5b0 + 78c9cb5 commit ba4ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM base AS wrapper
WORKDIR /src/src/wrapper
RUN CGO_ENABLED=0 GOEXPERIMENT=boringcrypto go build -a -tags netgo -ldflags '-w -extldflags "-static"' -o /bin/wrapper && chmod +x /bin/wrapper

FROM gcr.io/distroless/static-debian12@sha256:f4a57e8ffd7ba407bdd0eb315bb54ef1f21a2100a7f032e9102e4da34fe7c196
FROM gcr.io/distroless/static-debian12@sha256:5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58

ARG USER_UID=10001
USER ${USER_UID}
Expand Down

0 comments on commit ba4ec54

Please sign in to comment.