mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-01-09 17:22:51 +01:00
chore(deps): update alpine docker tag to v3.23
Signed-off-by: Renovate Bot <renovate-bot@users.noreply.github.com>
This commit is contained in:
parent
d1ff071d90
commit
41fe1c4c8a
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.18
|
||||
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue