Skip to content

Commit b9d7d8d

Browse files
Bump alpine from 3.18.5 to 3.19.0 and PHP from 8.1 to 8.2 (#4979)
* 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>
1 parent 2c75d2c commit b9d7d8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ RUN ./build-venvs.sh
265265
################################################################################
266266
# Grab small clean image to build slim ###################################
267267
################################################################################
268-
FROM alpine:3.18.5 as slim
268+
FROM alpine:3.19.0 as slim
269269

270270
############################
271271
# Get the build arguements #

scripts/install-phive.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ apk add --no-cache --force-overwrite \
3131
ca-certificates \
3232
"glibc-${GLIBC_VERSION}.apk" \
3333
gnupg \
34-
php81 php81-curl php81-ctype php81-dom php81-iconv php81-mbstring \
35-
php81-openssl php81-phar php81-simplexml php81-tokenizer php81-xmlwriter \
34+
php82 php82-curl php82-ctype php82-dom php82-iconv php82-mbstring \
35+
php82-openssl php82-phar php82-simplexml php82-tokenizer php82-xmlwriter \
3636
tar zstd
3737
rm "glibc-${GLIBC_VERSION}.apk"
3838
mkdir /tmp/libz

0 commit comments

Comments
 (0)