This commit is contained in:
thespad 2024-06-26 23:09:02 +01:00
parent ef81cb3b33
commit b48c87eb2f
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
FROM alpine:3.19 as rootfs-stage
FROM alpine:3.19 AS rootfs-stage
# environment
ENV ROOTFS=/root-out

View file

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