Skip to content

Commit cc86576

Browse files
committed
🔼 Updates php Docker tag to v7.4.6
1 parent a755e5c commit cc86576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app/
66

77
FROM pipelinecomponents/base-entrypoint:0.2.0 as entrypoint
88

9-
FROM php:7.4.5-alpine3.10
9+
FROM php:7.4.6-alpine3.10
1010
COPY --from=entrypoint /entrypoint.sh /entrypoint.sh
1111
ENTRYPOINT ["/entrypoint.sh"]
1212
ENV DEFAULTCMD phpcs

0 commit comments

Comments
 (0)