Skip to content

Commit 337b099

Browse files
authored
update base image for gitsign to one with shell available (#484)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 6ee714f commit 337b099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ kos:
7878
preserve_import_paths: false
7979
base_import_paths: false
8080
sbom: spdx
81-
base_image: cgr.dev/chainguard/git:latest
81+
# then it have a shell
82+
base_image: cgr.dev/chainguard/git:latest-dev
8283
platforms:
8384
- linux/amd64
8485
- linux/arm64

0 commit comments

Comments
 (0)