Skip to content

Commit 8a1b748

Browse files
committed
[docker] remove warning on LABEL
``` LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2) ```
1 parent ae15499 commit 8a1b748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM python:3-bookworm
2-
LABEL org.opencontainers.image.authors Victor Seva <[email protected]>
2+
LABEL org.opencontainers.image.authors="Victor Seva <[email protected]>"
33

44
WORKDIR /project
55
VOLUME /etc/kamcli

0 commit comments

Comments
 (0)