fix(docker): update deprecated LABEL format (#1615)

This commit is contained in:
ze0s 2024-08-11 20:58:26 +02:00 committed by GitHub
parent abfac05b66
commit b9830f61b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,6 @@
FROM alpine:latest
LABEL org.opencontainers.image.source = "https://github.com/autobrr/autobrr"
LABEL org.opencontainers.image.source="https://github.com/autobrr/autobrr"
ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \