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.
2 parents 5418fbd + c24f89b commit a360164Copy full SHA for a360164
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.0-cli
+FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.5.1-cli
21
22
# copy required files from builder image
23
COPY --from=velox /usr/bin/rr /usr/bin/rr
0 commit comments