Skip to content

Commit 30fc824

Browse files
committed
Update Docker LABEL to standard notation
1 parent 14f78c1 commit 30fc824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:latest
22

3-
LABEL version="0.0.1"
4-
LABEL maintainer="Ain Tohvri <ain@flashbit.net>"
3+
LABEL org.opencontainers.image.authors="Ain Tohvri <ain@flashbit.net>" \
4+
org.opencontainers.image.version="0.1.0"
55

66
RUN go install github.com/ysugimoto/falco/cmd/falco@latest
77

0 commit comments

Comments
 (0)