We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a46f91 commit 9504148Copy full SHA for 9504148
Dockerfile
@@ -16,7 +16,7 @@ COPY . .
16
17
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
18
19
-FROM alpine:3.12
+FROM alpine:3.22
20
21
RUN apk add --no-cache ca-certificates
22
0 commit comments