Merge pull request 'Update alpine Docker tag to v3.20' (#17) from renovate/alpine-3.x into main
All checks were successful
/ test (push) Successful in 2m10s
All checks were successful
/ test (push) Successful in 2m10s
Reviewed-on: #17
This commit is contained in:
commit
1a38fcfd90
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ COPY . .
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
|
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue