Skip to content

Commit b5715e4

Browse files
authoredJan 10, 2025··
Merge pull request #58 from kube-logging/dependabot/docker/alpine-3.21.2
chore(deps): bump alpine from 3.21.1 to 3.21.2
2 parents 1f8efb8 + 055d92c commit b5715e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o runner main.go
1919

2020
# Use distroless as minimal base image to package the runner binary
2121
# Refer to https://github.com/GoogleContainerTools/distroless for more details
22-
FROM alpine:3.21.1@sha256:b97e2a89d0b9e4011bb88c02ddf01c544b8c781acf1f4d559e7c8f12f1047ac3
22+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
2323
RUN apk add socat
2424
WORKDIR /
2525
COPY --from=builder /workspace/runner .

0 commit comments

Comments
 (0)
Please sign in to comment.