Skip to content

Commit

Permalink
Update PHP
Browse files Browse the repository at this point in the history
| datasource  | package                    | from   | to    |
| ----------- | -------------------------- | ------ | ----- |
| docker      | php                        | 8.2    | 8.3   |
| github-tags | containerbase/php-prebuild | 8.2.15 | 8.3.2 |
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent 5ab2778 commit 71cf875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-alpine as base
FROM php:8.3-alpine as base

ENV APPLICATION_MODE=prod
WORKDIR /opt/chimera/sample-react
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"prefer-stable": true,
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-pcntl": "*",
"chimera/bus-tactician": "^1.0.x-dev",
Expand Down

0 comments on commit 71cf875

Please sign in to comment.