We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f78c1 commit 30fc824Copy full SHA for 30fc824
Dockerfile
@@ -1,7 +1,7 @@
1
FROM golang:latest
2
3
-LABEL version="0.0.1"
4
-LABEL maintainer="Ain Tohvri <ain@flashbit.net>"
+LABEL org.opencontainers.image.authors="Ain Tohvri <ain@flashbit.net>" \
+ org.opencontainers.image.version="0.1.0"
5
6
RUN go install github.com/ysugimoto/falco/cmd/falco@latest
7
0 commit comments