Skip to content

Commit

Permalink
Added test for 8.4.0 rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze committed Nov 13, 2024
1 parent 16af839 commit 41afda1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.20.3
FROM alpine:edge

ARG PHP_VERSION="8.3.13"
ARG PHP_PACKAGE_BASENAME="php83"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm83"
ARG UNIT_VERSION="1.32.1"
ARG PHP_VERSION="8.4.0_rc4"
ARG PHP_PACKAGE_BASENAME="php84"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm84"
ARG UNIT_VERSION="1.33.0"
ARG APACHE2_VERSION="2.4.62"
ENV PHP_VERSION=$PHP_VERSION
ENV PHP_PACKAGE_BASENAME=$PHP_PACKAGE_BASENAME
Expand Down

0 comments on commit 41afda1

Please sign in to comment.