mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 08:19:12 +00:00
fix(docker): update deprecated LABEL format (#1615)
This commit is contained in:
parent
abfac05b66
commit
b9830f61b1
3 changed files with 8 additions and 6 deletions
|
@ -15,7 +15,9 @@ COPY . ./
|
|||
ARG VERSION=dev
|
||||
ARG REVISION=dev
|
||||
ARG BUILDTIME
|
||||
ARG TARGETOS TARGETARCH TARGETVARIANT
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
ARG TARGETVARIANT
|
||||
|
||||
RUN --network=none --mount=target=. \
|
||||
export GOOS=$TARGETOS; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue