Skip to content

Commit

Permalink
[SECCOMP-34099] Update Go version to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sasatrifunovic authored Feb 27, 2025
2 parents 7100012 + e0fb137 commit ac419e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.1 AS base
FROM golang:1.23.6 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

Check warning on line 1 in Dockerfile

View workflow job for this annotation

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

warn files

warn files:suid_or_guid_set SUID or SGID found set on file /usr/bin/chage. Mode: 0o104755

Check warning on line 1 in Dockerfile

View workflow job for this annotation

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

warn files

warn files:suid_or_guid_set SUID or SGID found set on file /usr/bin/gpasswd. Mode: 0o104755

Check warning on line 1 in Dockerfile

View workflow job for this annotation

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

warn files

warn files:suid_or_guid_set SUID or SGID found set on file /usr/bin/newgrp. Mode: 0o104755
ARG VERSION
ARG GIT_COMMIT
ARG DATE
Expand Down

0 comments on commit ac419e9

Please sign in to comment.