Skip to content

Commit

Permalink
updates: upgrade to php8.3
Browse files Browse the repository at this point in the history
Refs: OPS-11347
  • Loading branch information
lazysoundsystem committed Feb 13, 2025
1 parent 65490c6 commit d188294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
],
"require": {
"php": ">=8.2",
"php": ">=8.3",
"composer/installers": "^2",
"cweagans/composer-patches": "^1.7",
"drupal/admin_denied": "^2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/unocha/php-k8s:8.2-stable as builder
FROM public.ecr.aws/unocha/php-k8s:8.3-stable as builder
COPY . /srv/www
WORKDIR /srv/www
# Clean up previous composer installation and run new one.
Expand All @@ -10,7 +10,7 @@ RUN rm -rf ./vendor && \
# Copy settings to default site location.
RUN cp -a docker/settings.php docker/services.yml html/sites/default

FROM public.ecr.aws/unocha/php-k8s:8.2-stable
FROM public.ecr.aws/unocha/php-k8s:8.3-stable

ARG VCS_REF
ARG VCS_URL
Expand Down

0 comments on commit d188294

Please sign in to comment.