From 5616a1959c99d084487a7a9ff9743493a54322d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:09:41 +0100 Subject: [PATCH] build(deps): bump alpine from 3.18.4 to 3.19.0 (#268) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a068b289..9424aa29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN go build -o /usr/local/bin/vault-secrets-webhook . RUN xx-verify /usr/local/bin/vault-secrets-webhook -FROM alpine:3.18.4@sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 +FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 RUN apk add --update --no-cache ca-certificates tzdata libcap