We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0797a60 commit 7a8caf9Copy full SHA for 7a8caf9
Dockerfile
@@ -1,7 +1,7 @@
1
FROM node:19.9.0-alpine AS node
2
3
# Base image with PHP-FPM
4
-FROM php:8.3.13RC1-fpm-alpine3.20 AS base
+FROM php:8.3.12-fpm-alpine3.20 AS base
5
6
# Musl for adding locales
7
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"
0 commit comments