Browse Source

[docker] remove warning on LABEL

```
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2)
```
Victor Seva 6 months ago
parent
commit
8a1b748909
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 FROM python:3-bookworm
-LABEL org.opencontainers.image.authors Victor Seva <[email protected]>
+LABEL org.opencontainers.image.authors="Victor Seva <[email protected]>"
 
 WORKDIR /project
 VOLUME /etc/kamcli