1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:34:04 +00:00

Update Dockerfile

This commit is contained in:
Samuel Štancl 2022-06-01 16:22:56 +02:00 committed by GitHub
parent 2695162879
commit 3bf2a17955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
ARG PHP_VERSION=7.4 ARG PHP_VERSION=7.4
ARG PHP_TARGET=php:${PHP_VERSION}-cli ARG PHP_TARGET=php:${PHP_VERSION}-cli
FROM ${PHP_TARGET} FROM --platform=linux/amd64 ${PHP_TARGET}
ARG COMPOSER_TARGET=2.0.3 ARG COMPOSER_TARGET=2.0.3