Use php8 instead of 7.4 for laravel base image.
This commit is contained in:
parent
e75fe6337f
commit
b96a13ab38
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue