Skip to content

Commit

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

---
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 Dec 11, 2023
1 parent f4e1d00 commit 7ff9ce9
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 @@ -63,7 +63,7 @@ ARG RUNTIME_DEPS="\

FROM composer:2.6.5 as builder-composer

FROM docker.io/library/alpine:3.18.5 as builder
FROM docker.io/library/alpine:3.19.0 as builder

ARG HUMHUB_VERSION
ARG BUILD_DEPS
Expand Down Expand Up @@ -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.18.5 as base
FROM docker.io/library/alpine:3.19.0 as base

ARG HUMHUB_VERSION
ARG RUNTIME_DEPS
Expand Down

0 comments on commit 7ff9ce9

Please sign in to comment.