Use PHP 8.4 in docker images

This commit is contained in:
Jan Böhmer 2025-08-30 00:31:50 +02:00
parent 1aedcc056f
commit a2d94b54b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
ARG BASE_IMAGE=debian:bookworm-slim ARG BASE_IMAGE=debian:bookworm-slim
ARG PHP_VERSION=8.3 ARG PHP_VERSION=8.4
FROM ${BASE_IMAGE} AS base FROM ${BASE_IMAGE} AS base
ARG PHP_VERSION ARG PHP_VERSION

View file

@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.3 AS frankenphp_upstream FROM dunglas/frankenphp:1-php8.4 AS frankenphp_upstream
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
curl \ curl \