Skip to content

Commit f261012

Browse files
Bump PHP minimum version to 8.3 (#2899)
#2644 changed the default version of PHP used in our default Debian-based Docker image. At the time, Red Hat had not released a RHEL-based image containing PHP 8.3. Red Hat has now released an image with 8.3, meaning that we can require a minimum version of PHP 8.3 for all CDash instances.
1 parent 8eb2b4b commit f261012

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ENTRYPOINT ["/bin/bash", "/cdash/docker/docker-entrypoint.sh"]
134134
# The base image for UBI-based images
135135
###############################################################################
136136

137-
FROM registry.access.redhat.com/ubi9/php-82 AS cdash-ubi-intermediate
137+
FROM registry.access.redhat.com/ubi9/php-83 AS cdash-ubi-intermediate
138138

139139
ARG BASE_IMAGE
140140
ARG DEVELOPMENT_BUILD

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"wiki": "http://public.kitware.com/Wiki/CDash"
1111
},
1212
"require": {
13-
"php": "^8.2",
13+
"php": "^8.3",
1414
"ext-bcmath": "*",
1515
"ext-curl": "*",
1616
"ext-fileinfo": "*",

0 commit comments

Comments
 (0)