We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a349b commit ff3816cCopy full SHA for ff3816c
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer="Ben Kochie <superq@gmail.com>"
5
6
ARG ARCH="amd64"
7
ARG OS="linux"
8
-COPY .build/${OS}-${ARCH}/pgbouncer_exporter /bin/chrony_exporter
+COPY .build/${OS}-${ARCH}/chrony_exporter /bin/chrony_exporter
9
COPY LICENSE /LICENSE
10
11
USER nobody
0 commit comments