From dd9bcc4ca29365838b27038468124fecfdf66850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 12:00:56 +0000 Subject: [PATCH] build(deps): Bump alpine from 3.17.0 to 3.17.1 Bumps alpine from 3.17.0 to 3.17.1. --- 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 62a2ddf3..feb21af7 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.17.0 +FROM alpine:3.17.1 RUN ["apk", "add", "--no-cache", "--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community", "skopeo>=1.2.0"] COPY k8s-image-swapper /