replace echo image with focal

This commit is contained in:
Anthony Sottile 2021-12-20 17:38:59 -05:00
parent f637ac8603
commit 3512e441f4
2 changed files with 3 additions and 3 deletions

View file

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