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 8678870 + 4d48170 commit bef1ce2Copy full SHA for bef1ce2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18.3 as base
+FROM golang:1.20.3 as base
2
ARG VERSION
3
ARG GIT_COMMIT
4
ARG DATE
@@ -18,7 +18,7 @@ EXPOSE 9187
18
USER 59000:59000
19
ENTRYPOINT [ "/bin/postgres_exporter" ]
20
21
-FROM quay.io/sysdig/sysdig-mini-ubi:1.4.7 as ubi
+FROM quay.io/sysdig/sysdig-mini-ubi:1.4.11 as ubi
22
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
23
EXPOSE 9187
24
0 commit comments