Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource      | package                     | from   | to     |
| --------------- | --------------------------- | ------ | ------ |
| docker          | docker.io/openswoole/swoole | 22.0   | 22.1   |
| github-releases | openswoole/ext-openswoole   | 22.1.0 | 22.1.2 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 25, 2023
1 parent 354c8cf commit 2e29b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/openswoole/swoole:22.0-php8.2-alpine
FROM docker.io/openswoole/swoole:22.1-php8.2-alpine

RUN docker-php-ext-install intl
2 changes: 1 addition & 1 deletion .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mounts:
hooks:
build: |
set -e
OPENSWOOLE_VERSION=22.1.0
OPENSWOOLE_VERSION=22.1.2
echo "Installing Swoole extension"
bash install-swoole.sh openswoole "$OPENSWOOLE_VERSION"
echo "Current PHP modules:"
Expand Down

0 comments on commit 2e29b1c

Please sign in to comment.