This commit is contained in:
thespad 2024-06-26 23:09:48 +01:00
parent 799cbde906
commit 0768ec9bfa
No known key found for this signature in database
GPG key ID: 08F06191F4587860
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3 as rootfs-stage FROM alpine:3 AS rootfs-stage
# environment # environment
ENV ROOTFS=/root-out ENV ROOTFS=/root-out

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM alpine:3 as rootfs-stage FROM alpine:3 AS rootfs-stage
# environment # environment
ENV ROOTFS=/root-out ENV ROOTFS=/root-out