Skip to content

Commit 81929f1

Browse files
authored
Revert "Use PHP 8.4 in build stage as box.phar 4.6.10 is not yet compatible with PHP 8.5" (#2273)
1 parent 5fc0da3 commit 81929f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.4-cli-alpine AS build
1+
FROM php:8.5-cli-alpine AS build
22

33
RUN apk add --no-cache git # required for box to detect the version
44
RUN apk add --no-cache icu-dev && docker-php-ext-install -j$(nproc) intl # related to https://github.com/box-project/box/issues/516

0 commit comments

Comments
 (0)