From 7622fc02071606523e67098451099989a6fcfeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:20:36 +0000 Subject: [PATCH] Bump library/alpine from 3.18.2 to 3.18.5 Bumps library/alpine from 3.18.2 to 3.18.5. --- updated-dependencies: - dependency-name: library/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 97e1848..a115325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_IMAGE=registry.hub.docker.com/grafana/loki-build-image:0.32.0 -FROM registry.hub.docker.com/library/alpine:3.18.2 as target +FROM registry.hub.docker.com/library/alpine:3.18.5 as target FROM --platform=linux/amd64 $BUILD_IMAGE as build ARG VERSION