Swap cogniteenv/echo for alpine:3.10.1

This commit is contained in:
Anthony Sottile 2019-08-05 14:50:30 -07:00
parent 5835e58103
commit 28d077bdf3
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
FROM cogniteev/echo
FROM alpine:3.10.1
CMD ["echo", "This is overwritten by the .pre-commit-hooks.yaml 'entry'"]