Skip to content

Commit

Permalink
Increase default php version in Docker image to PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed May 20, 2021
1 parent d26dd0a commit 401178d
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
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache wget && \
wget -O php-scoper.phar https://github.com/humbug/php-scoper/releases/download/0.14.0/php-scoper.phar && \
chmod +x php-scoper.phar

FROM php:7.4-cli-alpine
FROM php:8.0-cli-alpine

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

0 comments on commit 401178d

Please sign in to comment.