mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
6 lines
90 B
Text
6 lines
90 B
Text
|
FROM debian:buster
|
||
|
|
||
|
# info level warning expected here:
|
||
|
RUN echo "Hello"
|
||
|
RUN echo "World"
|