Skip to content

Commit f02b19c

Browse files
Update alpine Docker tag to v3.24.1
1 parent 9a72348 commit f02b19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY pkg ./pkg
2727
RUN go install .
2828

2929
# production image ############################################
30-
FROM alpine:3.15.4@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 AS prod
30+
FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b AS prod
3131
RUN apk add --no-cache ca-certificates
3232

3333
# tracing config

0 commit comments

Comments
 (0)