Skip to content

Commit bcd1e83

Browse files
authored
Update Dockerfile
1 parent 95f63f2 commit bcd1e83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get upgrade -y && \
77
rm -rf /var/lib/apt/lists/*
88

99
# --- Install Cosign (Sigstore) ---
10-
COPY --from=gcr.io/projectsigstore/cosign:latest /ko-app/cosign /usr/local/bin/cosign
10+
COPY --from=gcr.io/projectsigstore/cosign:v2.2.4 /ko-app/cosign /usr/local/bin/cosign
1111

1212
# --- Install Veritensor ---
1313
WORKDIR /app

0 commit comments

Comments
 (0)