Skip to content

Commit

Permalink
php 8.2.23, apache 2.4.62 and alpine 3.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Sep 9, 2024
1 parent c3051d7 commit 644b64b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:3.19.1
FROM alpine:3.19.4

ARG PHP_VERSION="8.2.20"
ARG PHP_VERSION="8.2.23"
ARG PHP_PACKAGE_BASENAME="php82"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm82"
ARG UNIT_VERSION="1.32.1"
ARG APACHE2_VERSION="2.4.59"
ARG APACHE2_VERSION="2.4.62"
ENV PHP_VERSION=$PHP_VERSION
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME
ENV PHP_FPM_BINARY_PATH=$PHP_FPM_BINARY_PATH
Expand Down

0 comments on commit 644b64b

Please sign in to comment.