From 2193da4a4838420315d7684034a04effdb704a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:51:32 +0000 Subject: [PATCH] Bump library/alpine from 3.19.4 to 3.21.2 Bumps library/alpine from 3.19.4 to 3.21.2. --- updated-dependencies: - dependency-name: library/alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7945a5fe..07be8f5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ ARG RUNTIME_DEPS="\ tzdata \ " -FROM docker.io/library/alpine:3.19.4 as builder +FROM docker.io/library/alpine:3.21.2 as builder ARG HUMHUB_VERSION ARG BUILD_DEPS @@ -91,7 +91,7 @@ RUN composer config --no-plugins allow-plugins.yiisoft/yii2-composer true && \ grunt build-assets && \ rm -rf ./node_modules -FROM docker.io/library/alpine:3.19.4 as base +FROM docker.io/library/alpine:3.21.2 as base ARG HUMHUB_VERSION ARG RUNTIME_DEPS