We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a755e5c commit cc86576Copy full SHA for cc86576
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app/
6
7
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
8
9
-FROM php:7.4.5-alpine3.10
+FROM php:7.4.6-alpine3.10
10
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
11
ENTRYPOINT ["/entrypoint.sh"]
12
ENV DEFAULTCMD phpcs
0 commit comments