Update php Docker tag to v8 #63
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN set -ex; \
|
|||
cd /flox/backend; \
|
||||
composer install;
|
||||
|
||||
FROM php:7.4.14-fpm-buster@sha256:c1f7ffbe18bbde526c883284d6f02fd26ff11717c1b4e4e9e8815ea177768315
|
||||
FROM php:8.0.1-fpm-buster@sha256:d587c3feb3879a353920e24d345dfc12f52b09a041b432a0dc106bf90631f523
|
||||
COPY --from=composer /flox /usr/share/flox
|
||||
RUN set -ex; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue