Skip to content

Commit efc75b0

Browse files
committed
remove PEM support
1 parent a8fe8f7 commit efc75b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.15.3-alpine AS build-env
22
RUN apk add --no-cache git make ca-certificates
3-
LABEL maintainer="@sfotony (github.com/sfotony)"
3+
LABEL maintainer="@sfotony (github.com/sfotony), based on project by @amimof (github.com/amimof)""
44
COPY . /go/src/github.com/sfotony/node-cert-exporter
55
WORKDIR /go/src/github.com/sfotony/node-cert-exporter
66
RUN make

0 commit comments

Comments
 (0)