Skip to content

Commit dc96408

Browse files
Bump golang from 1.23.7 to 1.24.1
Bumps golang from 1.23.7 to 1.24.1. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e2b1f0 commit dc96408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG VERSION="dev"
22

3-
FROM golang:1.23.7 AS build
3+
FROM golang:1.24.2 AS build
44
# allow this step access to build arg
55
ARG VERSION
66
# Set the working directory

0 commit comments

Comments
 (0)