File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.13
2
- FROM golang:1.23 AS builder
2
+ FROM golang:1.24 AS builder
3
3
4
4
WORKDIR /go/src/github.com/nginx/nginx-gateway-fabric
5
5
@@ -9,7 +9,7 @@ RUN go mod download
9
9
COPY . /go/src/github.com/nginx/nginx-gateway-fabric
10
10
RUN make build
11
11
12
- FROM golang:1.23 AS ca-certs-provider
12
+ FROM golang:1.24 AS ca-certs-provider
13
13
14
14
FROM alpine:3.21 AS capabilizer
15
15
RUN apk add --no-cache libcap
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.13
2
2
# This Dockerfile builds an image with the dlv debugger. See the debugging guide in the developer docs for details
3
3
# on how to use it.
4
- FROM golang:1.23 -alpine AS builder
4
+ FROM golang:1.24 -alpine AS builder
5
5
6
6
RUN go install github.com/go-delve/delve/cmd/dlv@latest
7
7
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.13
2
- FROM golang:1.23
2
+ FROM golang:1.24
3
3
4
4
WORKDIR /go/src/github.com/nginx/nginx-gateway-fabric/tests/conformance
5
5
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1.13
2
- FROM golang:1.23 -alpine AS builder
2
+ FROM golang:1.24 -alpine AS builder
3
3
4
4
WORKDIR /
5
5
ARG DIR=tests/framework/crossplane
You can’t perform that action at this time.
0 commit comments