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 9bf7463 commit a58df98Copy full SHA for a58df98
Dockerfile
@@ -6,7 +6,7 @@ ARG branch=master
6
ENV BRANCH=${branch}
7
RUN make release && cp release/file_exporter /go/bin/file_exporter
8
9
-FROM cgr.dev/chainguard/wolfi-base:latest@sha256:52f88fede0eba350de7be98a4a803be5072e5ddcd8b5c7226d3ebbcd126fb388 as base
+FROM cgr.dev/chainguard/wolfi-base:latest@sha256:5ec50de5d68fc25ca132976c4f4c29e2763749210aef0e3811281fb3a6a9031b as base
10
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/bin/file_exporter"]
11
RUN apk update && apk add tini
12
RUN adduser -D -u 999 file_exporter
0 commit comments