Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit 01f9213

Browse files
committed
fix(dockerfile): remove unnecessary spaces
1 parent ab9a8c9 commit 01f9213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-distroless.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ go build -ldflags "-s -w -X github.com/autobrr/omegabrr/internal/buildinfo.Versi
2626
# build runner
2727
FROM gcr.io/distroless/static-debian12:nonroot
2828

29-
LABEL org.opencontainers.image.source = "https://github.com/autobrr/omegabrr"
30-
LABEL org.opencontainers.image.licenses = "MIT"
29+
LABEL org.opencontainers.image.source="https://github.com/autobrr/omegabrr"
30+
LABEL org.opencontainers.image.licenses="MIT"
3131
LABEL org.opencontainers.image.base.name="gcr.io/distroless/static-debian12:nonroot"
3232

3333
COPY --from=app-builder /out/bin/omegabrr /usr/local/bin/

0 commit comments

Comments
 (0)