Skip to content

Commit f94fb93

Browse files
build(deps): bump php from 8.2-cli to 8.3-cli
Bumps php from 8.2-cli to 8.3-cli. --- updated-dependencies: - dependency-name: php dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96a73f4 commit f94fb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile_sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV CGO_ENABLED=0
1717
RUN vx build -c velox.toml -o /usr/bin/
1818

1919
# PHP image
20-
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.2-cli
20+
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.3-cli
2121

2222
# copy required files from builder image
2323
COPY --from=velox /usr/bin/rr /usr/bin/rr

0 commit comments

Comments
 (0)