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 6ff3fd4 commit 4c64786Copy full SHA for 4c64786
Dockerfile.dev
@@ -1,12 +1,12 @@
1
-FROM php:8.1.5-cli-alpine
+FROM php:8.1.10-cli-alpine
2
3
-COPY --from=mlocati/php-extension-installer:1.5.11 /usr/bin/install-php-extensions /usr/local/bin/
+COPY --from=mlocati/php-extension-installer:1.5.37 /usr/bin/install-php-extensions /usr/local/bin/
4
5
RUN install-php-extensions \
6
xdebug && \
7
rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
8
9
-COPY --from=composer:2.3.5 /usr/bin/composer /usr/local/bin/
+COPY --from=composer:2.4.1 /usr/bin/composer /usr/local/bin/
10
11
RUN mkdir /app
12
0 commit comments