Skip to content

Commit

Permalink
php 8.4 gets nginx unit 1.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 20, 2025
1 parent 84396ca commit 75018c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.21.0
ARG PHP_VERSION="8.4.3"
ARG PHP_PACKAGE_BASENAME="php84"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm84"
ARG UNIT_VERSION="1.34.0"
ARG UNIT_VERSION="1.34.1"
ARG APACHE2_VERSION="2.4.62"
ENV PHP_VERSION=$PHP_VERSION
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME
Expand Down

0 comments on commit 75018c4

Please sign in to comment.