Skip to content

Commit e9951fb

Browse files
committed
Fixes
1 parent ffb570e commit e9951fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/gitsign/Dockerfile.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ SHA="$(
3030
| cut -f1
3131
)"
3232
COSIGN_EXPERIMENTAL=1 cosign verify-blob \
33-
--cert "${filename}.pem" \
34-
--signature "${filename}.sig" \
33+
--cert "${uniget_cache_download}/${filename}.pem" \
34+
--signature "${uniget_cache_download}/${filename}.sig" \
3535
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
3636
--certificate-identity "https://github.com/sigstore/gitsign/.github/workflows/release.yml@refs/tags/v${version}" \
3737
--certificate-github-workflow-name release \

tools/shell-gpt/Dockerfile.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ghcr.io/uniget-org/tools/python:latest AS python
44
FROM ghcr.io/uniget-org/tools/shiv:latest AS shiv
55
FROM ghcr.io/uniget-org/tools/rust:latest AS rust
66

7-
FROM ghcr.io/uniget-org/images/ubuntu:24.04 AS prepare
7+
FROM ghcr.io/uniget-org/images/build-essential:24.04 AS prepare
88
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
99
/etc/profile.d/ \
1010
/etc/profile.d/

0 commit comments

Comments
 (0)