Skip to content

Commit b4e4516

Browse files
Update alpine Docker tag to v3.23 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d13e7cc commit b4e4516

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.22
19+
FROM alpine:3.23
2020

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

0 commit comments

Comments
 (0)