Skip to content

Commit d83b22c

Browse files
chore(deps): bump golang from 2b1cbf2 to 3f74443 in the ci group (#130)
Bumps the ci group with 1 update: golang. Updates `golang` from `2b1cbf2` to `3f74443` --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Benoit <[email protected]>
1 parent 621b271 commit d83b22c

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
@@ -1,7 +1,7 @@
11
# Use the official Golang image to create a build artifact.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.24.0@sha256:2b1cbf278ce05a2a310a3d695ebb176420117a8cfcfcc4e5e68a1bef5f6354da AS builder
4+
FROM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 AS builder
55

66
# Set the current working directory inside the container.
77
WORKDIR /go/src/github.com/score-spec/score-k8s

0 commit comments

Comments
 (0)