Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfb27e1

Browse files
authoredJun 26, 2024··
Bump sysdig/sysdig-mini-ubi9 from 1.3.2 to 1.3.4
Bumps sysdig/sysdig-mini-ubi9 from 1.3.2 to 1.3.4. --- updated-dependencies: - dependency-name: sysdig/sysdig-mini-ubi9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac5a60c commit dfb27e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EXPOSE 9187
1818
USER 59000:59000
1919
ENTRYPOINT [ "/bin/postgres_exporter" ]
2020

21-
FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.2 AS ubi
21+
FROM quay.io/sysdig/sysdig-mini-ubi9:1.3.4 AS ubi
2222
COPY --from=builder /bin/postgres_exporter /bin/postgres_exporter
2323
EXPOSE 9187
2424
USER 59000:59000

0 commit comments

Comments
 (0)
Please sign in to comment.