Linting
This commit is contained in:
parent
799cbde906
commit
0768ec9bfa
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:3 as rootfs-stage
|
||||
FROM alpine:3 AS rootfs-stage
|
||||
|
||||
# environment
|
||||
ENV ROOTFS=/root-out
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:3 as rootfs-stage
|
||||
FROM alpine:3 AS rootfs-stage
|
||||
|
||||
# environment
|
||||
ENV ROOTFS=/root-out
|
||||
|
|
|
|||
Loading…
Reference in a new issue