Skip to content

Commit

Permalink
feat: php 8.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-mike-dvc committed Nov 26, 2024
1 parent d7af2fe commit 55e1bec
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.1.30-fpm-alpine3.19 AS base
FROM php:8.1.31-fpm-alpine3.19 AS base

# Musl for adding locales
ENV MUSL_LOCALE_DEPS="cmake make musl-dev gcc gettext-dev libintl"
Expand Down

0 comments on commit 55e1bec

Please sign in to comment.