Skip to content

Commit

Permalink
Update dev env to PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loicsapone committed Oct 2, 2024
1 parent d0afa79 commit 2d3e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1.4

FROM php:8.3-cli-alpine
FROM php:8.4-cli-alpine

COPY --from=mlocati/php-extension-installer --link /usr/bin/install-php-extensions /usr/local/bin/
COPY --from=composer/composer:2-bin --link /composer /usr/bin/composer
Expand Down

0 comments on commit 2d3e7c8

Please sign in to comment.