Skip to content

Commit

Permalink
Bump library/alpine from 3.19.4 to 3.21.2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 6469df0 commit 2193da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2193da4

Please sign in to comment.