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