Skip to content

Commit b4a6629

Browse files
Update golang Docker tag to v1.25 (#3747)
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | golang | 1.24 | 1.25 | 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 7760ccf commit b4a6629

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
FROM golang:1.24 AS builder
2+
FROM golang:1.25 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.24 AS ca-certs-provider
12+
FROM golang:1.25 AS ca-certs-provider
1313

1414
FROM scratch AS common
1515
# CA certs are needed for telemetry report so that NGF can verify the server's certificate.

debug/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.17
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.24-alpine AS builder
4+
FROM golang:1.25-alpine AS builder
55

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

tests/conformance/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
FROM golang:1.24
2+
FROM golang:1.25
33

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

tests/framework/crossplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.17
2-
FROM golang:1.24-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33

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

0 commit comments

Comments
 (0)