We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a73f4 commit f94fb93Copy full SHA for f94fb93
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.2-cli
+FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.3-cli
21
22
# copy required files from builder image
23
COPY --from=velox /usr/bin/rr /usr/bin/rr
0 commit comments