Skip to content

Commit

Permalink
HPC-9255: Bump to PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Oct 24, 2023
1 parent ec377ca commit b502a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the code.
FROM public.ecr.aws/unocha/unified-builder:8.1-stable as builder
FROM public.ecr.aws/unocha/unified-builder:8.2-stable as builder

ARG BRANCH_ENVIRONMENT
ENV NODE_ENV=$BRANCH_ENVIRONMENT
Expand All @@ -21,7 +21,7 @@ RUN mkdir -m 0775 -p html/sites/default && \
################################################################################

# Generate the image.
FROM public.ecr.aws/unocha/php-k8s:8.1-stable
FROM public.ecr.aws/unocha/php-k8s:8.2-stable

ARG VCS_REF
ARG VCS_URL
Expand Down

0 comments on commit b502a7f

Please sign in to comment.