Skip to content

Commit a4a2368

Browse files
authored
Merge pull request #323 from roadrunner-server/dependabot/docker/php-8.5.6-cli
build(deps): bump php from 8.5.3-cli to 8.5.6-cli
2 parents 6d6cc4a + 590792d commit a4a2368

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)