mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01: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"
|