Update php Docker tag to v7.3.22 #27
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN set -ex; \
|
||||||
cd /flox/backend; \
|
cd /flox/backend; \
|
||||||
composer install;
|
composer install;
|
||||||
|
|
||||||
FROM php:7.3.21-fpm-buster@sha256:0089dd22a25ec37432f89996d30baec52adf5d0ac7be32d7e1455bd2bba99de6
|
FROM php:7.3.22-fpm-buster@sha256:a5bc35ac1aca7a9420617c3b97a80c27045fe25ae362d641dee00b1f69a9213f
|
||||||
COPY --from=composer /flox /usr/share/flox
|
COPY --from=composer /flox /usr/share/flox
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue