Skip to content

Commit

Permalink
docker: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Jun 18, 2023
1 parent 1ca6f59 commit e1225d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:8.2.3-cli-alpine
FROM php:8.2.7-cli-alpine

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/

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

COPY --from=composer:2.5.4 /usr/bin/composer /usr/local/bin/
COPY --from=composer:2.5.7 /usr/bin/composer /usr/local/bin/

RUN mkdir /app

Expand Down

0 comments on commit e1225d3

Please sign in to comment.