File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-linter
1414RUN cargo build --release
1515
1616# Build OpenSSF scorecard
17- FROM golang:1.25.1 -alpine3.22 AS scorecard
17+ FROM golang:1.24.7 -alpine3.22 AS scorecard
1818WORKDIR /tmp
1919RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
2020RUN git clone https://github.com/ossf/scorecard
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-tracker
1414RUN cargo build --release
1515
1616# Build OpenSSF scorecard
17- FROM golang:1.25.1 -alpine3.22 AS scorecard
17+ FROM golang:1.24.7 -alpine3.22 AS scorecard
1818WORKDIR /tmp
1919RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
2020RUN git clone https://github.com/ossf/scorecard
You can’t perform that action at this time.
0 commit comments