Fix --platform
FROM flag in Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM --platform=$BUILDPLATFORM debian:stable-slim
|
FROM --platform=$TARGETOS/$TARGETARCH debian:stable-slim
|
||||||
|
|
||||||
LABEL author="David Wolfe (Red-Thirten)" maintainer="rehlmgaming@gmail.com"
|
LABEL author="David Wolfe (Red-Thirten)" maintainer="rehlmgaming@gmail.com"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user