Skip to content

Commit dd8a7e2

Browse files
Bump alpine from 3.23.3 to 3.23.4 in /cmd
Bumps alpine from 3.23.3 to 3.23.4. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3bd19cc commit dd8a7e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY . .
1818
RUN go build -o bin/distributor ./cmd
1919

2020
# Build release image
21-
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
21+
FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
2222

2323
COPY --from=builder /build/bin/distributor /bin/distributor
2424
ENTRYPOINT ["/bin/distributor"]

0 commit comments

Comments
 (0)