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 5fc0da3 commit 81929f1Copy full SHA for 81929f1
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4-cli-alpine AS build
+FROM php:8.5-cli-alpine AS build
2
3
RUN apk add --no-cache git # required for box to detect the version
4
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