Skip to content

Commit 61d950c

Browse files
build(deps): bump library/alpine from 3.23.2 to 3.23.3
Bumps library/alpine from 3.23.2 to 3.23.3. --- updated-dependencies: - dependency-name: library/alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9b80bd commit 61d950c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ARG RUNTIME_DEPS="\
7171

7272
FROM composer:2.9.4 as builder-composer
7373

74-
FROM docker.io/library/alpine:3.23.2 as builder
74+
FROM docker.io/library/alpine:3.23.3 as builder
7575

7676
ARG HUMHUB_VERSION
7777
ARG BUILD_DEPS
@@ -101,7 +101,7 @@ RUN composer config --no-plugins allow-plugins.yiisoft/yii2-composer true && \
101101
grunt build-assets && \
102102
rm -rf ./node_modules
103103

104-
FROM docker.io/library/alpine:3.23.2 as base
104+
FROM docker.io/library/alpine:3.23.3 as base
105105

106106
ARG HUMHUB_VERSION
107107
ARG RUNTIME_DEPS

0 commit comments

Comments
 (0)