Skip to content

Commit

Permalink
UPDATE golang version (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeyh authored Aug 12, 2024
1 parent ac5a60c commit c0073ab
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.20.4 AS base
FROM golang:1.21.12 AS base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / Scan results for localbuild/postgresql-exporter:latest

warn dockerfile

warn dockerfile:instruction Dockerfile directive 'HEALTHCHECK' not found, matching condition 'not_exists' check
ARG VERSION
ARG GIT_COMMIT
ARG DATE
Expand All @@ -18,7 +18,7 @@ EXPOSE 9187
USER 59000:59000
ENTRYPOINT [ "/bin/postgres_exporter" ]

FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.2 AS ubi
FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.5 AS ubi
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
EXPOSE 9187
USER 59000:59000
Expand Down

0 comments on commit c0073ab

Please sign in to comment.