There was an error while loading. Please reload this page.
2 parents 6d6cc4a + 590792d commit a4a2368Copy full SHA for a4a2368
1 file changed
Dockerfile_sample
@@ -17,7 +17,7 @@ ENV CGO_ENABLED=0
17
RUN vx build -c velox.toml -o /usr/bin/
18
19
# PHP image
20
-FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.5.3-cli
+FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.5.6-cli
21
22
# copy required files from builder image
23
COPY --from=velox /usr/bin/rr /usr/bin/rr
0 commit comments