Use php8 instead of 7.4 for laravel base image.

This commit is contained in:
Greyscale 2021-11-22 12:54:40 +01:00
parent e75fe6337f
commit b96a13ab38
No known key found for this signature in database
GPG key ID: D38CDF6CE08284DD

View file

@ -1,4 +1,4 @@
FROM benzine/php:nginx
FROM benzine/php:nginx-8.0
LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
org.opencontainers.image.source="https://github.com/benzine-framework/docker"