Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Dockerfile): bump snyk/snyk from 1ccb8c5 to d3e30c8 #166

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM docker.io/snyk/snyk:linux@sha256:1ccb8c515b3aaa832fb599433c75dc6e55c72d88b2ee93c001500a93ad85bd8f as snyk
FROM docker.io/snyk/snyk:linux@sha256:d3e30c8a6c3a6d54917688f6201552a4c55d721117eb087201fdbee04e19f68b as snyk
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1697626218

# Note that the version of OPA used by pr-checks must be updated manually to reflect conftest updates
Expand Down
Loading