mirror of
https://github.com/cupcakearmy/tumbo.git
synced 2024-12-22 08:16:26 +00:00
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
|
FROM alpine:{{ version }}
|
||
|
|
||
|
CMD [ "echo", "Hi {{ name }} from {{ version }}" ]
|