Skip to content

Commit

Permalink
Added php 8.4.3-zts and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 20, 2025
1 parent 668c0fa commit 7790375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN abuild checksum && abuild -r

FROM alpine-distro AS php-zts-base

ARG PHP_VERSION="8.4.2"
ARG PHP_VERSION="8.4.3"
ARG PHP_PACKAGE_BASENAME="phpzts84"
ARG PHP_PACKAGE_INCLUDE="/usr/include/php84"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts84"
Expand All @@ -105,6 +105,7 @@ RUN apk add --no-cache \
make \
openssh-client \
bash \
curl \
sed

# Ensure we have www-data added with alpine's default uid/gid: 82
Expand Down

0 comments on commit 7790375

Please # to comment.