Skip to content

Commit 1ae2c50

Browse files
authored
Update Dockerfile
1 parent 96e1480 commit 1ae2c50

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:20250108
30+
FROM alpine:latest
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)