Skip to content

Commit fd2514d

Browse files
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] <[email protected]>
1 parent 3c90e0b commit fd2514d

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
@@ -66,7 +66,7 @@ ARG RUNTIME_DEPS="\
6666
tzdata \
6767
"
6868

69-
FROM docker.io/library/alpine:3.19.4 as builder
69+
FROM docker.io/library/alpine:3.21.3 as builder
7070

7171
ARG HUMHUB_VERSION
7272
ARG BUILD_DEPS
@@ -91,7 +91,7 @@ RUN composer config --no-plugins allow-plugins.yiisoft/yii2-composer true && \
9191
grunt build-assets && \
9292
rm -rf ./node_modules
9393

94-
FROM docker.io/library/alpine:3.19.4 as base
94+
FROM docker.io/library/alpine:3.21.3 as base
9595

9696
ARG HUMHUB_VERSION
9797
ARG RUNTIME_DEPS

0 commit comments

Comments
 (0)