Skip to content

Commit e1225d3

Browse files
committed
docker: bump dependencies
1 parent 1ca6f59 commit e1225d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.dev

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM php:8.2.3-cli-alpine
1+
FROM php:8.2.7-cli-alpine
22

3-
COPY --from=mlocati/php-extension-installer:2.1.1 /usr/bin/install-php-extensions /usr/local/bin/
3+
COPY --from=mlocati/php-extension-installer:2.1.30 /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.5.4 /usr/bin/composer /usr/local/bin/
9+
COPY --from=composer:2.5.7 /usr/bin/composer /usr/local/bin/
1010

1111
RUN mkdir /app
1212

0 commit comments

Comments
 (0)