Skip to content

Commit 78c7283

Browse files
Bump golang from 1.24.1 to 1.24.2
Bumps golang from 1.24.1 to 1.24.2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29c86b1 commit 78c7283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.24.1 AS builder
1+
FROM docker.io/golang:1.24.2 AS builder
22
COPY . src
33
RUN cd src && make bin
44

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/golang:1.24.1 AS builder
1+
FROM docker.io/golang:1.24.2 AS builder
22
COPY . src
33
RUN cd src && make bin
44

0 commit comments

Comments
 (0)