浏览代码

[docker] remove warning on LABEL

```
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2)
```
Victor Seva 8 月之前
父节点
当前提交
8a1b748909
共有 1 个文件被更改,包括 1 次插入1 次删除
  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