Skip to content

Commit 1f6e217

Browse files
committed
Update alpine Docker tag to v3.15
1 parent d1109b9 commit 1f6e217

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.15
2020

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

0 commit comments

Comments
 (0)