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.
2 parents 0d40869 + 49f2b47 commit a3e32b5Copy full SHA for a3e32b5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16 as base
+FROM golang:1.17.0 as base
2
ARG VERSION
3
ARG GIT_COMMIT
4
ARG DATE
@@ -22,7 +22,7 @@ EXPOSE 9187
22
USER 59000:59000
23
ENTRYPOINT [ "/bin/postgres_exporter" ]
24
25
-FROM quay.io/sysdig/sysdig-mini-ubi:1.1.9 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi:1.1.10 as ubi
26
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
27
EXPOSE 9187
28
0 commit comments