mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2024-11-23 13:03:29 +01:00
Remove unecessary build arg
This commit is contained in:
parent
76ef92e9c0
commit
d13e6f5aa9
|
@ -1,8 +1,5 @@
|
||||||
# First stage - Download s6-overlay
|
|
||||||
ARG DOWNLOADER_ALPINE_VERSION=3.15
|
|
||||||
|
|
||||||
# First stage - Download s6-overlay and unpack it
|
# First stage - Download s6-overlay and unpack it
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:${DOWNLOADER_ALPINE_VERSION} AS downloader
|
FROM --platform=${TARGETPLATFORM} alpine:3.15 AS downloader
|
||||||
|
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user