We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce043f commit 920cc71Copy full SHA for 920cc71
Dockerfile
@@ -17,9 +17,7 @@ COPY . .
17
# -o manager: Explicitly name the output binary
18
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o manager .
19
20
-# 2. Run Stage
21
-# Use a specific tag for stability rather than 'latest'
22
-FROM alpine:3.23
+FROM alpine:latest
23
24
# Install CA certificates and timezone data (Essential for logs and HTTPS)
25
RUN apk --no-cache add ca-certificates tzdata
0 commit comments