Skip to content

Commit

Permalink
feat: php 8.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Oct 28, 2024
1 parent 0797a60 commit 7a8caf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7a8caf9

Please sign in to comment.