Skip to content

Commit 6be3196

Browse files
authored
Use apache 2.4.57 in php 8.2
1 parent 7d6e3e0 commit 6be3196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG PHP_VERSION="8.2.5"
77
ARG PHP_PACKAGE_BASENAME="php82"
88
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm82"
99
ARG UNIT_VERSION="1.29.1"
10-
ARG APACHE2_VERSION="2.4.56"
10+
ARG APACHE2_VERSION="2.4.57"
1111
ARG GRPC_EXTENSION_VERSION="1.51.1"
1212
ARG GRPC_EXTENSION_REPOSITORY="http://dl-cdn.alpinelinux.org/alpine/edge/testing"
1313
ARG PCOV_EXTENSION_VERSION="1.0.11"

0 commit comments

Comments
 (0)