Skip to content

Commit 4a1946f

Browse files
Update golang Docker tag to v1.24 (#3128)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | golang | 1.23 | 1.24 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19e2c20 commit 4a1946f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: build/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33

44
WORKDIR /go/src/github.com/nginx/nginx-gateway-fabric
55

@@ -9,7 +9,7 @@ RUN go mod download
99
COPY . /go/src/github.com/nginx/nginx-gateway-fabric
1010
RUN make build
1111

12-
FROM golang:1.23 AS ca-certs-provider
12+
FROM golang:1.24 AS ca-certs-provider
1313

1414
FROM alpine:3.21 AS capabilizer
1515
RUN apk add --no-cache libcap

Diff for: debug/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.14
22
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
33
# on how to use it.
4-
FROM golang:1.23-alpine AS builder
4+
FROM golang:1.24-alpine AS builder
55

66
RUN go install github.com/go-delve/delve/cmd/dlv@latest
77

Diff for: tests/conformance/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14
2-
FROM golang:1.23
2+
FROM golang:1.24
33

44
WORKDIR /go/src/github.com/nginx/nginx-gateway-fabric/tests/conformance
55

Diff for: tests/framework/crossplane/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14
2-
FROM golang:1.23-alpine AS builder
2+
FROM golang:1.24-alpine AS builder
33

44
WORKDIR /
55
ARG DIR=tests/framework/crossplane

0 commit comments

Comments
 (0)