mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:04:04 +00:00
Update Dockerfile
This commit is contained in:
parent
2695162879
commit
3bf2a17955
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue