mirror of
https://github.com/N0rthernL1ghts/bbk-docker.git
synced 2025-12-08 21:52:40 +01:00
Fix RedundantTargetPlatform warning
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
ARG BBKCLI_VERSION=1.0
|
ARG BBKCLI_VERSION=1.0
|
||||||
|
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.22 AS bbkcli
|
FROM alpine:3.22 AS bbkcli
|
||||||
|
|
||||||
# See: http://www.bredbandskollen.se/bredbandskollen-cli/
|
# See: http://www.bredbandskollen.se/bredbandskollen-cli/
|
||||||
ARG BBKCLI_VERSION
|
ARG BBKCLI_VERSION
|
||||||
@@ -16,7 +16,7 @@ RUN case ${TARGETPLATFORM} in \
|
|||||||
|
|
||||||
|
|
||||||
# Main image
|
# Main image
|
||||||
FROM --platform=${TARGETPLATFORM} alpine:3.22
|
FROM alpine:3.22
|
||||||
|
|
||||||
LABEL net.northern-lights.image.authors="aleksandar@puharic.com"
|
LABEL net.northern-lights.image.authors="aleksandar@puharic.com"
|
||||||
LABEL net.northern-lights.image.version="${BBKCLI_VERSION}"
|
LABEL net.northern-lights.image.version="${BBKCLI_VERSION}"
|
||||||
|
|||||||
Reference in New Issue
Block a user