Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Mar 23, 2024
1 parent 2608eb4 commit 7181923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ RUN abuild checksum && abuild -r

FROM alpine:3.19.1

ARG PHP_VERSION="8.3.3"
ARG PHP_VERSION="8.3.4"
ARG PHP_PACKAGE_BASENAME="phpzts83"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts83"
ARG UNIT_VERSION="1.31.1"
ARG UNIT_VERSION="1.32.0"
ARG APACHE2_VERSION="2.4.58"
ENV PHP_VERSION=$PHP_VERSION
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME
Expand Down

0 comments on commit 7181923

Please sign in to comment.