Skip to content

Commit 6f6a042

Browse files
dependabot[bot]dghubble
authored andcommitted
Bump golang from 1.24.3 to 1.24.4
Bumps golang from 1.24.3 to 1.24.4. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4316bc commit 6f6a042

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.3 AS builder
1+
FROM docker.io/golang:1.24.4 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.3 AS builder
1+
FROM docker.io/golang:1.24.4 AS builder
22
COPY . src
33
RUN cd src && make bin
44

0 commit comments

Comments
 (0)