Skip to content

Commit

Permalink
Merge pull request #120 from roadrunner-server/dependabot/docker/php-…
Browse files Browse the repository at this point in the history
…8.3-cli

build(deps): bump php from 8.2-cli to 8.3-cli
  • Loading branch information
rustatian authored Nov 28, 2023
2 parents 96a73f4 + f94fb93 commit cd955c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV CGO_ENABLED=0
RUN vx build -c velox.toml -o /usr/bin/

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

# copy required files from builder image
COPY --from=velox /usr/bin/rr /usr/bin/rr
Expand Down

0 comments on commit cd955c1

Please sign in to comment.