We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fe8f7 commit efc75b0Copy full SHA for efc75b0
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.15.3-alpine AS build-env
2
RUN apk add --no-cache git make ca-certificates
3
-LABEL maintainer="@sfotony (github.com/sfotony)"
+LABEL maintainer="@sfotony (github.com/sfotony), based on project by @amimof (github.com/amimof)""
4
COPY . /go/src/github.com/sfotony/node-cert-exporter
5
WORKDIR /go/src/github.com/sfotony/node-cert-exporter
6
RUN make
0 commit comments