Skip to content

Commit a360164

Browse files
authored
Merge pull request #295 from roadrunner-server/dependabot/docker/php-8.5.1-cli
2 parents 5418fbd + c24f89b commit a360164

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.0-cli
20+
FROM --platform=${TARGETPLATFORM:-linux/amd64} php:8.5.1-cli
2121

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

0 commit comments

Comments
 (0)