Skip to content

Commit 1ac21e9

Browse files
authored
Merge pull request #190 from keboola/jirka/ct-1327-update-php
update php to 8.3
2 parents 17ada40 + a8cd037 commit 1ac21e9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM php:8.1.27-cli-bullseye
1+
ARG PHP_VERSION=8.3.19
2+
3+
FROM php:${PHP_VERSION:-8.3.19}-cli-bullseye
24
MAINTAINER Keboola <devel@keboola.com>
35

46
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^8.1"
12+
"php": "^8.2"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9",

0 commit comments

Comments
 (0)