We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2324e8 commit a3990a2Copy full SHA for a3990a2
Dockerfile
@@ -1,5 +1,5 @@
1
# Container image that runs your code
2
-FROM php:7.3-cli-alpine3.9
+FROM php:7.4.12-cli-alpine3.11
3
4
COPY --from=composer:1 /usr/bin/composer /usr/local/bin/composer
5
@@ -10,4 +10,4 @@ RUN echo memory_limit = -1 >> /usr/local/etc/php/conf.d/custom-memory.ini
10
COPY entrypoint.sh /entrypoint.sh
11
12
# Code file to execute when the docker container starts up (`entrypoint.sh`)
13
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments