Skip to content

Commit

Permalink
change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
gbxyz committed Dec 16, 2023
1 parent 0406bd8 commit 8ff49ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
Test:
runs-on: ubuntu-latest
container: gbxyz/ubuntu-latest-php-82-openswoole:main
container: gbxyz/openswoole:php82
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gbxyz/ubuntu-latest-php-82-openswoole:main
FROM gbxyz/openswoole:php82

WORKDIR /app

Expand Down

0 comments on commit 8ff49ea

Please sign in to comment.