Skip to content

Commit

Permalink
Use php 8 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Dec 1, 2020
1 parent c196549 commit d0341d4
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 @@ -8,7 +8,7 @@ COPY . .
RUN composer install --no-interaction --no-dev --optimize-autoloader


FROM php:7.4-alpine
FROM amd64/php:8.0-alpine
LABEL owner="Giancarlos Salas"
LABEL maintainer="giansalex@gmail.com"

Expand Down

0 comments on commit d0341d4

Please sign in to comment.