Skip to content
Snippets Groups Projects

Issue #3357545: Update CFn Dockerfile to support PHP 8.1

Merged baldwinlouie requested to merge issue/cloud-3357545:3357545-update-cfn-dockerfile into 6.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
# Cloud Orchestrator Dockerfile
FROM php:8.0-apache-bullseye
FROM php:8.1-apache-bullseye
RUN set -eux; \
if command -v a2enmod; then \
Loading