Skip to content

Commit 4a45c26

Browse files
committed
fix: update Composer, PHP, and Box versions in Dockerfile
1 parent e794c9d commit 4a45c26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG COMPOSER_VERSION="2.8.4"
1+
ARG COMPOSER_VERSION="2.8.12"
22

33
FROM composer:${COMPOSER_VERSION} AS composer
4-
FROM php:8.3-cli-alpine
4+
FROM php:8.3.25-cli-alpine
55

66
ENV COMPOSER_ALLOW_SUPERUSER=1
77

@@ -24,7 +24,7 @@ RUN composer install -d /build-tools/static-php-cli
2424
RUN chmod +x static-php-cli/bin/spc
2525

2626
# 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" \
27+
RUN wget -O /usr/local/bin/box "https://github.com/box-project/box/releases/download/4.6.7/box.phar" \
2828
&& chmod +x /usr/local/bin/box
2929

3030
# Install UPX for compression

0 commit comments

Comments
 (0)