Skip to content

Commit

Permalink
Updated Php version
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhamis11 authored Oct 7, 2021
1 parent d2324e8 commit a3990a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM php:7.3-cli-alpine3.9
FROM php:7.4.12-cli-alpine3.11

COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer

Expand All @@ -10,4 +10,4 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
COPY entrypoint.sh /entrypoint.sh

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit a3990a2

Please sign in to comment.