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 11#  syntax=docker/dockerfile:1.13
2- FROM  golang:1.23  AS builder
2+ FROM  golang:1.24  AS builder
33
44WORKDIR  /go/src/github.com/nginx/nginx-gateway-fabric
55
@@ -9,7 +9,7 @@ RUN go mod download
99COPY  . /go/src/github.com/nginx/nginx-gateway-fabric
1010RUN  make build
1111
12- FROM  golang:1.23  AS ca-certs-provider
12+ FROM  golang:1.24  AS ca-certs-provider
1313
1414FROM  alpine:3.21 AS capabilizer
1515RUN  apk add --no-cache libcap
Original file line number Diff line number Diff line change 11#  syntax=docker/dockerfile:1.13
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
66RUN  go install github.com/go-delve/delve/cmd/dlv@latest
77
Original file line number Diff line number Diff line change 11#  syntax=docker/dockerfile:1.13
2- FROM  golang:1.23 
2+ FROM  golang:1.24 
33
44WORKDIR  /go/src/github.com/nginx/nginx-gateway-fabric/tests/conformance
55
Original file line number Diff line number Diff line change 11#  syntax=docker/dockerfile:1.13
2- FROM  golang:1.23 -alpine AS builder
2+ FROM  golang:1.24 -alpine AS builder
33
44WORKDIR  /
55ARG  DIR=tests/framework/crossplane
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments