Skip to content

Commit da41fd9

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 fa8c23a commit da41fd9

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
# Set the working directory
55
WORKDIR /build
66
# Copy the current directory contents into the working directory

0 commit comments

Comments
 (0)