Skip to content

Commit

Permalink
Use php8.0 at docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerogiven committed Apr 10, 2022
1 parent 238b6a9 commit 992680d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2 AS composer
FROM mlocati/php-extension-installer:1.4 as phpei
FROM php:8.1-apache-buster
FROM php:8.0-apache-buster

# Copy composer and install-php-extensions from other images
COPY --from=composer /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 992680d

Please sign in to comment.