We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e75b3 commit 44986b2Copy full SHA for 44986b2
clomonitor-linter/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-linter
14
RUN cargo build --release
15
16
# Build OpenSSF scorecard
17
-FROM golang:1.23.1-alpine3.20 AS scorecard
+FROM golang:1.23.2-alpine3.20 AS scorecard
18
WORKDIR /tmp
19
RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
20
RUN git clone https://github.com/ossf/scorecard
0 commit comments