Skip to content

Commit

Permalink
explicitly use PHP 8.2 and Swoole 5.1 to run the examples
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <deminy@deminy.net>
  • Loading branch information
deminy committed Mar 5, 2024
1 parent 95e7793 commit dacdca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is to build Docker image "deminy/swoole-by-examples:client".
# @see https://hub.docker.com/r/deminy/swoole-by-examples
FROM phpswoole/swoole:5.1
FROM phpswoole/swoole:5.1-php8.2

RUN \
set -ex && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This Dockerfile is to build Docker image "deminy/swoole-by-examples:server".
# @see https://hub.docker.com/r/deminy/swoole-by-examples
FROM phpswoole/swoole:5.1
FROM phpswoole/swoole:5.1-php8.2

COPY ./rootfilesystem /

Expand Down

0 comments on commit dacdca7

Please sign in to comment.