Skip to content

Commit 60aea3e

Browse files
Update PHP
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ----- | | docker | php | 8.2 | 8.3 | | github-tags | containerbase/php-prebuild | 8.2.17 | 8.3.4 |
1 parent a90014a commit 60aea3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.2-alpine as base
1+
FROM php:8.3-alpine as base
22

33
ENV APPLICATION_MODE=prod
44
WORKDIR /opt/chimera/sample-react

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"prefer-stable": true,
1010
"require": {
11-
"php": "~8.1.0 || ~8.2.0",
11+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1212
"ext-json": "*",
1313
"ext-pcntl": "*",
1414
"chimera/bus-tactician": "^1.0.x-dev",

0 commit comments

Comments
 (0)