We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe411f commit c273aacCopy full SHA for c273aac
Dockerfile
@@ -1,3 +1,5 @@
1
+ARG COMPOSER_VERSION="2.8.4"
2
+
3
FROM composer:${COMPOSER_VERSION} AS composer
4
FROM php:8.3-cli-alpine
5
0 commit comments