Skip to content

Commit 96e1480

Browse files
chore(deps): update alpine docker tag to v20250108
1 parent df9fc59 commit 96e1480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN CGO_ENABLED=0 go build \
2727
############################################################
2828
# Runtime Image
2929
############################################################
30-
FROM alpine:3
30+
FROM alpine:20250108
3131
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
3232
COPY --from=builder /app/bin/kminion /app/kminion
3333
RUN chmod -R +x /app/kminion

0 commit comments

Comments
 (0)