Skip to content

Commit

Permalink
fix: Use the single standard base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed Sep 21, 2022
1 parent b4912b2 commit 8c676f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cd html/themes/custom/common_design_subtheme && \
# 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:${TAG:-8.0-NR-stable}
FROM public.ecr.aws/unocha/php-k8s:${TAG:-8.0-stable}

ARG VCS_REF
ARG VCS_URL
Expand Down

0 comments on commit 8c676f5

Please sign in to comment.