Skip to content

Commit bc76647

Browse files
committed
fix: add --platform to Dockerfile to prevent issues with arm support
1 parent a32cc9b commit bc76647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ymirapp/php-runtime:php-74
1+
FROM --platform=linux/amd64 ymirapp/php-runtime:php-74
22

33
ENTRYPOINT []
44

0 commit comments

Comments
 (0)