From ec3d6477cb083b4dd4a487b81f751d8f0243b03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:12:24 +0000 Subject: [PATCH] build(deps): Bump alpine from 3.20.1 to 3.20.2 Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dc8daa2..d93b4803 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # TODO: Using alpine for now due to easier installation of skopeo # Will use distroless after incorporating skopeo into the webhook directly -FROM alpine:3.20.1 +FROM alpine:3.20.2 RUN ["apk", "add", "--no-cache", "--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community", "skopeo>=1.2.0"] COPY k8s-image-swapper /