Skip to content

Commit

Permalink
Add php 8.4.1-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Dec 19, 2024
1 parent 9f47a0d commit bc1a212
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,9 +1,9 @@
FROM ubuntu:noble-20240605

ARG PHP_VERSION="8.3.14"
ARG PHP_PACKAGE_BASENAME="php8.3"
ARG PHP_PACKAGE_BASE_VERSION="8.3"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.3"
ARG PHP_VERSION="8.4.1"
ARG PHP_PACKAGE_BASENAME="php8.4"
ARG PHP_PACKAGE_BASE_VERSION="8.4"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm8.4"
ARG UNIT_VERSION="1.31.0"
ARG APACHE2_VERSION="2.4.58"
ENV PHP_VERSION=$PHP_VERSION
Expand Down

0 comments on commit bc1a212

Please sign in to comment.