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 a43d7c7Copy full SHA for a43d7c7
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:9608820b6ea4da8bcf16989dac37a280f8f1fa0022efc45b5ed4b1ac1f634a79 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