File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.7-labs
2- FROM php:8.4.13 -fpm-bookworm
2+ FROM php:8.4.14 -fpm-bookworm
33
44ENV APP_ENV prod
55ENV APP_DEBUG 0
@@ -19,7 +19,7 @@ RUN apt-get update \
1919 && rm -rf /var/lib/apt/lists/*
2020
2121# Copy the install-php-extensions (Easily install PHP extension in official PHP Docker containers)
22- COPY --from=mlocati/php-extension-installer:2.9.11 /usr/bin/install-php-extensions /usr/local/bin/
22+ COPY --from=mlocati/php-extension-installer:2.9.13 /usr/bin/install-php-extensions /usr/local/bin/
2323
2424# Install and enable all necessary PHP extensions
2525RUN install-php-extensions \
Original file line number Diff line number Diff line change 1- FROM php:8.4.13 -fpm-bookworm
1+ FROM php:8.4.14 -fpm-bookworm
22
33# Let's use bash as a default shell with login each time
44SHELL ["/bin/bash", "--login", "-c"]
@@ -10,7 +10,7 @@ ARG HOST_GID
1010# Declare constants
1111ENV PATH "$PATH:/home/dev/.composer/vendor/bin:/app/vendor/bin"
1212ENV NVM_VERSION v0.40.3
13- ENV NODE_VERSION 24.9 .0
13+ ENV NODE_VERSION 25.1 .0
1414
1515# Update package list and install necessary libraries
1616RUN apt-get update \
@@ -57,7 +57,7 @@ ENV LANGUAGE en_US:en
5757ENV LC_ALL en_US.UTF-8
5858
5959# Copy the install-php-extensions (Easily install PHP extension in official PHP Docker containers)
60- COPY --from=mlocati/php-extension-installer:2.9.11 /usr/bin/install-php-extensions /usr/local/bin/
60+ COPY --from=mlocati/php-extension-installer:2.9.13 /usr/bin/install-php-extensions /usr/local/bin/
6161
6262# Enable all necessary PHP packages
6363RUN install-php-extensions \
You can’t perform that action at this time.
0 commit comments