Skip to content

Commit b8bfa6e

Browse files
authored
Merge pull request #1777 from USEPA/webcms-26
Update PHP to 8.3.x
2 parents a63b6dc + 12eb550 commit b8bfa6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/drupal/.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: epa
22
type: drupal9
33
docroot: web
4-
php_version: "8.2"
4+
php_version: "8.3"
55
webserver_type: nginx-fpm
66
router_http_port: "80"
77
router_https_port: "443"

services/drupal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/php:8.2-fpm-alpine AS base
1+
FROM public.ecr.aws/docker/library/php:8.3.29-fpm-alpine3.22 AS base
22

33
# Bump system packages
44
RUN apk upgrade

0 commit comments

Comments
 (0)