Skip to content

Commit a3990a2

Browse files
authored
Updated Php version
1 parent d2324e8 commit a3990a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM php:7.3-cli-alpine3.9
2+
FROM php:7.4.12-cli-alpine3.11
33

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

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

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

0 commit comments

Comments
 (0)