File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ RUN go build -o slsa-verifier -trimpath -ldflags "-s -w -extldflags=-static" -mo
9
9
# COPY ./service/service slsa-verifier
10
10
# RUN chmod o+x ./slsa-verifier
11
11
12
- FROM gcr.io/distroless/base:nonroot@sha256:e5260be292def77bc70d03003f788f3d32c0796972ea1412d72cc0c843ab139a
12
+ FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f
13
13
COPY --from=base /src/slsa-verifier /
14
14
ENTRYPOINT ["/slsa-verifier" ]
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ require (
108
108
go.uber.org/multierr v1.11.0 // indirect
109
109
go.uber.org/zap v1.27.0 // indirect
110
110
golang.org/x/crypto v0.32.0 // indirect
111
- golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6
111
+ golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae
112
112
golang.org/x/net v0.34.0 // indirect
113
113
golang.org/x/sync v0.10.0 // indirect
114
114
golang.org/x/sys v0.29.0 // indirect
Original file line number Diff line number Diff line change @@ -577,8 +577,8 @@ golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8U
577
577
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
578
578
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
579
579
golang.org/x/crypto v0.32.0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
580
- golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 h1:1wqE9dj9NpSm04INVsJhhEUzhuDVjbcyKH91sVyPATw =
581
- golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 /go.mod h1:NQtJDoLvd6faHhE7m4T/1IY708gDefGGjR/iUW8yQQ8 =
580
+ golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae h1:COZdc9Ut6wLq7MO9GIYxfZl4n4ScmgqQLoHocKXrxco =
581
+ golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae /go.mod h1:tujkw807nyEEAamNbDrEGzRav+ilXA7PCRAd6xsmwiU =
582
582
golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
583
583
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
584
584
golang.org/x/mod v0.22.0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
You can’t perform that action at this time.
0 commit comments