Skip to content

Commit 590792d

Browse files
build(deps): bump php from 8.5.3-cli to 8.5.6-cli
Bumps php from 8.5.3-cli to 8.5.6-cli. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.6-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d6cc4a commit 590792d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile_sample

Lines changed: 1 addition & 1 deletion
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.5.3-cli
20+
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.5.6-cli
2121

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

0 commit comments

Comments
 (0)