Skip to content

Commit 54b14e1

Browse files
🌱 Bump golang from 1.21.1 to 1.21.2 (#1272)
Bumps golang from 1.21.1 to 1.21.2. --- 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 483ef80 commit 54b14e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# -e GITHUB_REPOSITORY="ossf/scorecard" \
2323
# laurentsimon/scorecard-action:latest
2424

25-
FROM golang:1.21.1@sha256:19600fdcae402165dcdab18cb9649540bde6be7274dedb5d205b2f84029fe909 AS builder
25+
FROM golang:1.21.2@sha256:e9ebfe932adeff65af5338236f0b0604c86b143c1bff3e1d0551d8f6196ab5c5 AS builder
2626
WORKDIR /src
2727
ENV CGO_ENABLED=0
2828
COPY go.* ./

0 commit comments

Comments
 (0)