tumbo/examples/custom_tag/simple.j2

3 lines
76 B
Django/Jinja

FROM alpine:{{ version}}
CMD [ "echo", "Hi {{ name }} from {{ version }}" ]