Skip to content

Commit

Permalink
Merge branch 'build' of github.com:sysdiglabs/postgres_exporter into …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
Dlorite committed Aug 25, 2021
2 parents 0d40869 + 49f2b47 commit a3e32b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 as base
FROM golang:1.17.0 as base
ARG VERSION
ARG GIT_COMMIT
ARG DATE
Expand All @@ -22,7 +22,7 @@ EXPOSE 9187
USER 59000:59000
ENTRYPOINT [ "/bin/postgres_exporter" ]

FROM quay.io/sysdig/sysdig-mini-ubi:1.1.9 as ubi
FROM quay.io/sysdig/sysdig-mini-ubi:1.1.10 as ubi
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
EXPOSE 9187
USER 59000:59000
Expand Down

0 comments on commit a3e32b5

Please sign in to comment.