Skip to content

Commit e3efafc

Browse files
author
Robbert Müller
committed
Merge branch 'renovate/docker-php-7.4.x' into 'master'
🔼 Updates php Docker tag to v7.4.6 See merge request pipeline-components/php-codesniffer!30
2 parents a755e5c + cc86576 commit e3efafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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)