Skip to content

Commit 99b4ac0

Browse files
authored
Upgrade php 8.3 to unit 1.34.1
1 parent 501ae18 commit 99b4ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.21.0
33
ARG PHP_VERSION="8.3.16"
44
ARG PHP_PACKAGE_BASENAME="php83"
55
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm83"
6-
ARG UNIT_VERSION="1.32.1"
6+
ARG UNIT_VERSION="1.34.1"
77
ARG APACHE2_VERSION="2.4.62"
88
ENV PHP_VERSION=$PHP_VERSION
99
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME

0 commit comments

Comments
 (0)