Skip to content

Commit b45cc96

Browse files
committed
docker: update stack
1 parent edc6917 commit b45cc96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.dev

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:8.0.8-cli-alpine
1+
FROM php:8.0.10-cli-alpine
22

3-
COPY --from=mlocati/php-extension-installer:1.2.45 /usr/bin/install-php-extensions /usr/local/bin/
3+
COPY --from=mlocati/php-extension-installer:1.2.60 /usr/bin/install-php-extensions /usr/local/bin/
44

55
RUN install-php-extensions \
66
xdebug && \
77
rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
88

9-
COPY --from=composer:2.1.3 /usr/bin/composer /usr/local/bin/
9+
COPY --from=composer:2.1.8 /usr/bin/composer /usr/local/bin/
1010

1111
COPY ./ /app
1212

0 commit comments

Comments
 (0)