Skip to content

Commit

Permalink
Bump PHP from 8.1 to 8.2 in UBI-based image (#2226)
Browse files Browse the repository at this point in the history
Following #2113, Red Hat now offers a UBI image with PHP 8.2.
  • Loading branch information
williamjallen authored May 30, 2024
1 parent d1bf379 commit 0a77270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ENTRYPOINT ["/bin/bash", "/cdash/docker/docker-entrypoint.sh"]
# The base image for UBI-based images
###############################################################################

FROM registry.access.redhat.com/ubi9/php-81 AS cdash-ubi-intermediate
FROM registry.access.redhat.com/ubi9/php-82 AS cdash-ubi-intermediate

ARG BASE_IMAGE
ARG DEVELOPMENT_BUILD
Expand Down

0 comments on commit 0a77270

Please sign in to comment.