Skip to content

Commit 920cc71

Browse files
committed
feat: no latest
1 parent 1ce043f commit 920cc71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ COPY . .
1717
# -o manager: Explicitly name the output binary
1818
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o manager .
1919

20-
# 2. Run Stage
21-
# Use a specific tag for stability rather than 'latest'
22-
FROM alpine:3.23
20+
FROM alpine:latest
2321

2422
# Install CA certificates and timezone data (Essential for logs and HTTPS)
2523
RUN apk --no-cache add ca-certificates tzdata

0 commit comments

Comments
 (0)