Skip to content

Commit 868048c

Browse files
fix: Pin alpine version to 3.22.1 for consistent builds
1 parent 149538b commit 868048c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.distroless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build \
3535
./main.go
3636

3737
# Final minimal stage - using alpine for smaller size
38-
FROM alpine:latest
38+
FROM alpine:3.22.1
3939

4040
# Install minimal runtime dependencies
4141
RUN apk add --no-cache ca-certificates nodejs npm && \

0 commit comments

Comments
 (0)