Skip to content

Commit 44986b2

Browse files
Bump golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 in /clomonitor-linter (#1599)
Bump golang in /clomonitor-linter Bumps golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86e75b3 commit 44986b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clomonitor-linter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /clomonitor/clomonitor-linter
1414
RUN cargo build --release
1515

1616
# Build OpenSSF scorecard
17-
FROM golang:1.23.1-alpine3.20 AS scorecard
17+
FROM golang:1.23.2-alpine3.20 AS scorecard
1818
WORKDIR /tmp
1919
RUN apk --no-cache add git make bash gcc musl-dev binutils-gold
2020
RUN git clone https://github.com/ossf/scorecard

0 commit comments

Comments
 (0)