Skip to content

Commit

Permalink
Bump library/alpine from 3.18.4 to 3.20.3
Browse files Browse the repository at this point in the history
Bumps library/alpine from 3.18.4 to 3.20.3.

---
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 Nov 3, 2024
1 parent bf35c49 commit 81d6a02
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.20.3 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.20.3 as base

ARG HUMHUB_VERSION
ARG RUNTIME_DEPS
Expand Down

0 comments on commit 81d6a02

Please sign in to comment.