We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca6f59 commit e1225d3Copy full SHA for e1225d3
Dockerfile.dev
@@ -1,12 +1,12 @@
1
-FROM php:8.2.3-cli-alpine
+FROM php:8.2.7-cli-alpine
2
3
-COPY --from=mlocati/php-extension-installer:2.1.1 /usr/bin/install-php-extensions /usr/local/bin/
+COPY --from=mlocati/php-extension-installer:2.1.30 /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.5.4 /usr/bin/composer /usr/local/bin/
+COPY --from=composer:2.5.7 /usr/bin/composer /usr/local/bin/
10
11
RUN mkdir /app
12
0 commit comments