From d0b17f0e6fd92e002b0567d30bf6f288873e8672 Mon Sep 17 00:00:00 2001 From: Wojtek Kukowski Date: Thu, 15 Jan 2026 10:06:46 +0100 Subject: [PATCH] Bump image version in Dockerfile --- php-7.4.Dockerfile => Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename php-7.4.Dockerfile => Dockerfile (83%) diff --git a/php-7.4.Dockerfile b/Dockerfile similarity index 83% rename from php-7.4.Dockerfile rename to Dockerfile index bcbb8374..1a953827 100644 --- a/php-7.4.Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM composer:latest as composer -FROM php:7.4-fpm-alpine as php +FROM php:8.3-fpm-alpine as php +RUN apk add --update linux-headers RUN apk add --no-cache git RUN set -xe \