Update alpine Docker tag to v3.21
All checks were successful
/ test (pull_request) Successful in 15m23s
All checks were successful
/ test (pull_request) Successful in 15m23s
This commit is contained in:
parent
306385ce06
commit
0e9145170f
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"' .
|
||||
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
|
Loading…
Reference in a new issue