Skip to content

Commit 9504148

Browse files
authored
Update alpine base image (#4)
1 parent 2a46f91 commit 9504148

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
@@ -16,7 +16,7 @@ COPY . .
1616

1717
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
1818

19-
FROM alpine:3.12
19+
FROM alpine:3.22
2020

2121
RUN apk add --no-cache ca-certificates
2222

0 commit comments

Comments
 (0)