Skip to content

Commit c85db4b

Browse files
Bump golang from 1.24.0 to 1.24.1 in the docker group (#187)
Bumps the docker group with 1 update: golang. Updates `golang` from 1.24.0 to 1.24.1 --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 570551b commit c85db4b

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,4 +1,4 @@
1-
FROM golang:1.24.0 as build
1+
FROM golang:1.24.1 as build
22
RUN mkdir /build
33
WORKDIR /build
44
COPY . .

0 commit comments

Comments
 (0)