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(deps): update gitsign to 4b1b0c8 #199

Merged
merged 2 commits into from
Jun 12, 2024
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.client-server-cg.rh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Provides the Trusted Artifact Signer CLI binaries, cosign and gitsign

FROM quay.io/redhat-user-workloads/rhtas-tenant/cli/cosign@sha256:ce8e189bf97bad1ac96cc2d96e336a3bd85348aed0f2f25865b39131c1c60ebf AS cosign
FROM quay.io/redhat-user-workloads/rhtas-tenant/cli/gitsign@sha256:5e4ae8d729afed06f04b00cf0958893ca6b79f3a4bed927043bf74bdd60ab152 AS gitsign
FROM quay.io/redhat-user-workloads/rhtas-tenant/cli/gitsign@sha256:4b1b0c86534c0a41fcce9386f547460525916815e1a783cdc7a53468d57d796c AS gitsign

FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:29790f898839e92c0554d031856e1770254f27e66af593fc088fbb7d3e5e298e
ENV APP_ROOT=/opt/app-root
Expand Down
Loading