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 edc6917 commit b45cc96Copy full SHA for b45cc96
Dockerfile.dev
@@ -1,12 +1,12 @@
1
-FROM php:8.0.8-cli-alpine
+FROM php:8.0.10-cli-alpine
2
3
-COPY --from=mlocati/php-extension-installer:1.2.45 /usr/bin/install-php-extensions /usr/local/bin/
+COPY --from=mlocati/php-extension-installer:1.2.60 /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.1.3 /usr/bin/composer /usr/local/bin/
+COPY --from=composer:2.1.8 /usr/bin/composer /usr/local/bin/
10
11
COPY ./ /app
12
0 commit comments