Skip to content

Commit a3e32b5

Browse files
committed
Merge branch 'build' of github.com:sysdiglabs/postgres_exporter into build
2 parents 0d40869 + 49f2b47 commit a3e32b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16 as base
1+
FROM golang:1.17.0 as base
22
ARG VERSION
33
ARG GIT_COMMIT
44
ARG DATE
@@ -22,7 +22,7 @@ EXPOSE 9187
2222
USER 59000:59000
2323
ENTRYPOINT [ "/bin/postgres_exporter" ]
2424

25-
FROM quay.io/sysdig/sysdig-mini-ubi:1.1.9 as ubi
25+
FROM quay.io/sysdig/sysdig-mini-ubi:1.1.10 as ubi
2626
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
2727
EXPOSE 9187
2828
USER 59000:59000

0 commit comments

Comments
 (0)