We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17ada40 + a8cd037 commit 1ac21e9Copy full SHA for 1ac21e9
2 files changed
Dockerfile
@@ -1,4 +1,6 @@
1
-FROM php:8.1.27-cli-bullseye
+ARG PHP_VERSION=8.3.19
2
+
3
+FROM php:${PHP_VERSION:-8.3.19}-cli-bullseye
4
MAINTAINER Keboola <devel@keboola.com>
5
6
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
11
"require": {
12
- "php": "^8.1"
+ "php": "^8.2"
13
},
14
"require-dev": {
15
"phpunit/phpunit": "^9",
0 commit comments