Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
[GOVCMSD8-728] Update PHP version from 7.3 to 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingsong Hu authored and Mingsong Hu committed Oct 20, 2020
1 parent c9cab13 commit 15abac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile.govcms8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazeeio/php:7.3-cli-drupal as builder
FROM amazeeio/php:7.4-cli-drupal as builder

COPY . /src
COPY composer-lagoon.json /app/composer.json
Expand All @@ -7,7 +7,7 @@ COPY scripts /app/scripts
RUN COMPOSER_MEMORY_LIMIT=-1 composer --profile install --no-dev \
&& mkdir -p /app/config/default

FROM amazeeio/php:7.3-cli-drupal
FROM amazeeio/php:7.4-cli-drupal
COPY --from=builder /app /app

# Add composer bin to PATH
Expand Down
2 changes: 1 addition & 1 deletion .docker/Dockerfile.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM amazeeio/php:7.3-fpm
FROM amazeeio/php:7.4-fpm

COPY --from=cli /app /app
2 changes: 1 addition & 1 deletion .docker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CLI_IMAGE
FROM ${CLI_IMAGE} as cli

FROM amazeeio/php:7.3-cli-drupal
FROM amazeeio/php:7.4-cli-drupal

ENV DOCKERIZE_VERSION v0.6.1
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
Expand Down

0 comments on commit 15abac4

Please sign in to comment.