Skip to content

Commit

Permalink
Bump alpine from 3.18.5 to 3.19.0 and PHP from 8.1 to 8.2 (#4979)
Browse files Browse the repository at this point in the history
* Bump alpine from 3.18.5 to 3.19.0

Bumps alpine from 3.18.5 to 3.19.0.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update to php 8.3

* Revert to php82 because it's the default version in alpine 3.19.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
  • Loading branch information
dependabot[bot] and ferrarimarco committed Dec 13, 2023
1 parent 2c75d2c commit b9d7d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ RUN ./build-venvs.sh
################################################################################
# Grab small clean image to build slim ###################################
################################################################################
FROM alpine:3.18.5 as slim
FROM alpine:3.19.0 as slim

############################
# Get the build arguements #
Expand Down
4 changes: 2 additions & 2 deletions scripts/install-phive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ apk add --no-cache --force-overwrite \
ca-certificates \
"glibc-${GLIBC_VERSION}.apk" \
gnupg \
php81 php81-curl php81-ctype php81-dom php81-iconv php81-mbstring \
php81-openssl php81-phar php81-simplexml php81-tokenizer php81-xmlwriter \
php82 php82-curl php82-ctype php82-dom php82-iconv php82-mbstring \
php82-openssl php82-phar php82-simplexml php82-tokenizer php82-xmlwriter \
tar zstd
rm "glibc-${GLIBC_VERSION}.apk"
mkdir /tmp/libz
Expand Down

0 comments on commit b9d7d8d

Please sign in to comment.