File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717<%  end -%> 
1818<%  if image_flavor == 'full' || image_flavor == 'oss' -%> 
1919  <%    base_image = 'redhat/ubi9-minimal:latest' -%> 
20-   <%    go_image = 'golang:1.23 ' -%> 
20+   <%    go_image = 'golang:1.25 ' -%> 
2121  <%    package_manager = 'microdnf' -%> 
2222<%  else -%> 
2323  <%    base_image = 'docker.elastic.co/wolfi/chainguard-base' -%> 
24-   <%    go_image = 'docker.elastic.co/wolfi/go:1.23 ' -%> 
24+   <%    go_image = 'docker.elastic.co/wolfi/go:1.25 ' -%> 
2525  <%    package_manager = 'apk' -%> 
2626<%  end -%> 
2727<%    locale = 'C.UTF-8' -%> 
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ ARG BASE_REGISTRY=registry1.dso.mil
44ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
55ARG BASE_TAG=9.6
66ARG LOGSTASH_VERSION=<%=  elastic_version %> 
7- ARG GOLANG_VERSION=1.21.8 
7+ ARG GOLANG_VERSION=1.25.0 
88
99# stage 1: build env2yaml
10- FROM ${BASE_REGISTRY}/google/golang/ubi9/golang-1.21 :${GOLANG_VERSION} AS env2yaml
10+ FROM ${BASE_REGISTRY}/google/golang/ubi9/golang-1.25 :${GOLANG_VERSION} AS env2yaml
1111
1212ENV GOPATH=/go
1313
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments