From d4ce855a231f14c5f6c652615fbdaa570c2acb13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 02:37:34 +0000 Subject: [PATCH] Bump alpine from `6457d53` to `c5b1261` Bumps alpine from `6457d53` to `c5b1261`. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4e0c526..3446d22e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # latest hash as of 25 JAN 2024 - Alpine 3.19.1 # https://hub.docker.com/layers/library/alpine/3.19.1/images/sha256-6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0?context=explore&tab=vulnerabilities # use as builder image to pull in required deps -FROM alpine@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 AS builder +FROM alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b AS builder LABEL org.opencontainers.image.source="https://github.com/alpinelinux/docker-alpine" @@ -44,7 +44,7 @@ RUN \ # latest hash as of 25 JAN 2024 - Alpine 3.19.1 # https://hub.docker.com/layers/library/alpine/3.19.1/images/sha256-6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0?context=explore&tab=vulnerabilities -FROM alpine@sha256:6457d53fb065d6f250e1504b9bc42d5b6c65941d57532c072d929dd0628977d0 as electriceye +FROM alpine@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as electriceye COPY --from=builder /usr /usr