Skip to content

Commit

Permalink
Update php Docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent 9175f51 commit b3085c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php-cs-fixer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3.9-alpine
FROM php:7.4.24-alpine

LABEL io.whalebrew.name 'php-cs-fixer'
LABEL io.whalebrew.config.working_dir '/project'
Expand Down
2 changes: 1 addition & 1 deletion phpcbf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.3-alpine
FROM php:7.4-alpine

LABEL io.whalebrew.name 'phpcbf'
LABEL io.whalebrew.config.working_dir '/workdir'
Expand Down

0 comments on commit b3085c0

Please sign in to comment.