Skip to content

Commit 60e6376

Browse files
Bump golang from 1.23-bookworm to 1.24-bookworm
Bumps golang from 1.23-bookworm to 1.24-bookworm. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c6c81a commit 60e6376

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bookworm AS builder
1+
FROM golang:1.24-bookworm AS builder
22

33
ENV GOFLAGS="-mod=readonly"
44

Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine3.21 AS builder
1+
FROM golang:1.24-alpine3.21 AS builder
22

33
ENV GOFLAGS="-mod=readonly"
44

Dockerfile.distroless

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-bookworm AS builder
1+
FROM golang:1.24-bookworm AS builder
22

33
ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly"
44

0 commit comments

Comments
 (0)