We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a72348 commit eb665a3Copy full SHA for eb665a3
deployment/Dockerfile
@@ -27,7 +27,7 @@ COPY pkg ./pkg
27
RUN go install .
28
29
# production image ############################################
30
-FROM alpine:3.15.4@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 AS prod
+FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 AS prod
31
RUN apk add --no-cache ca-certificates
32
33
# tracing config
0 commit comments