Skip to content

Commit a344e93

Browse files
committed
fixup
1 parent 7410288 commit a344e93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

testdata/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1
2-
# check=error=false
31
FROM alpine as test
4-
RUN "Hello, World!"
2+
3+
CMD echo "Hello, World!"

0 commit comments

Comments
 (0)