There was an error while loading. Please reload this page.
1 parent 81f9c78 commit 3ecfd46Copy full SHA for 3ecfd46
Dockerfile
@@ -1,9 +1,6 @@
1
-FROM debian:7.11-slim
+FROM debian:10-slim
2
RUN useradd -u 20001 postgres_exporter
3
4
-FROM scratch
5
-
6
-COPY --from=0 /etc/passwd /etc/passwd
7
USER postgres_exporter
8
9
ARG binary
0 commit comments