Skip to content

Commit

Permalink
Added 8.3.15 php zts version
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Jan 14, 2025
1 parent d6a654e commit d5633a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1 as PHPZTSBUILDER
FROM alpine:3.19.6 as PHPZTSBUILDER

RUN apk add --no-cache libc6-compat
RUN apk add --no-cache alpine-sdk
Expand Down Expand Up @@ -66,13 +66,13 @@ RUN sed -i -e 's/_allow_fail=no/_allow_fail=yes/g' APKBUILD

RUN abuild checksum && abuild -r

FROM alpine:3.19.1
FROM alpine:3.19.6

ARG PHP_VERSION="8.3.3"
ARG PHP_VERSION="8.3.15"
ARG PHP_PACKAGE_BASENAME="phpzts83"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpmzts83"
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 d5633a9

Please sign in to comment.