Skip to content

Commit 4c64786

Browse files
committed
docker: bump dependencies
1 parent 6ff3fd4 commit 4c64786

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.1.5-cli-alpine
1+
FROM php:8.1.10-cli-alpine
22

3-
COPY --from=mlocati/php-extension-installer:1.5.11 /usr/bin/install-php-extensions /usr/local/bin/
3+
COPY --from=mlocati/php-extension-installer:1.5.37 /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.3.5 /usr/bin/composer /usr/local/bin/
9+
COPY --from=composer:2.4.1 /usr/bin/composer /usr/local/bin/
1010

1111
RUN mkdir /app
1212

0 commit comments

Comments
 (0)