mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-02-25 23:11:16 +00:00
Switch to debian baseimage for docker (#376)
This commit is contained in:
parent
81f9c78d61
commit
3ecfd46549
@ -1,9 +1,6 @@
|
||||
FROM debian:7.11-slim
|
||||
FROM debian:10-slim
|
||||
RUN useradd -u 20001 postgres_exporter
|
||||
|
||||
FROM scratch
|
||||
|
||||
COPY --from=0 /etc/passwd /etc/passwd
|
||||
USER postgres_exporter
|
||||
|
||||
ARG binary
|
||||
|
Loading…
Reference in New Issue
Block a user