From 7a8caf9b1506e64f24a5eb215d12d6784ecc935f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Jombart?= Date: Mon, 28 Oct 2024 10:51:54 +0100 Subject: [PATCH] feat: php 8.3.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ced4d1e..b31ba4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:19.9.0-alpine AS node # Base image with PHP-FPM -FROM php:8.3.13RC1-fpm-alpine3.20 AS base +FROM php:8.3.12-fpm-alpine3.20 AS base # Musl for adding locales ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"