2 parents d6e845f + d99326c commit 6c08b7bCopy full SHA for 6c08b7b
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ COPY . .
5
RUN go mod download
6
RUN CGO_ENABLED=0 GOOS=linux go build -o webhook ./cmd/webhook
7
8
-FROM alpine:3.22
+FROM alpine:3.23
9
WORKDIR /
10
COPY --from=builder /app/webhook /webhook
11
ENTRYPOINT ["/webhook"]
0 commit comments