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 e794c9d commit 4a45c26Copy full SHA for 4a45c26
Dockerfile
@@ -1,7 +1,7 @@
1
-ARG COMPOSER_VERSION="2.8.4"
+ARG COMPOSER_VERSION="2.8.12"
2
3
FROM composer:${COMPOSER_VERSION} AS composer
4
-FROM php:8.3-cli-alpine
+FROM php:8.3.25-cli-alpine
5
6
ENV COMPOSER_ALLOW_SUPERUSER=1
7
@@ -24,7 +24,7 @@ RUN composer install -d /build-tools/static-php-cli
24
RUN chmod +x static-php-cli/bin/spc
25
26
# Download box tool for PHAR creation
27
-RUN wget -O /usr/local/bin/box "https://github.com/box-project/box/releases/download/4.6.6/box.phar" \
+RUN wget -O /usr/local/bin/box "https://github.com/box-project/box/releases/download/4.6.7/box.phar" \
28
&& chmod +x /usr/local/bin/box
29
30
# Install UPX for compression
0 commit comments