File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
<% end -%>
21
21
<% if image_flavor == 'full' || image_flavor == 'oss' -%>
22
22
<% base_image = 'redhat/ubi9-minimal:latest' -%>
23
- <% go_image = 'golang:1.23 ' -%>
23
+ <% go_image = 'golang:1.25 ' -%>
24
24
<% package_manager = 'microdnf' -%>
25
25
<% elsif image_flavor == 'observability-sre' -%>
26
26
<% base_image = 'docker.elastic.co/wolfi/chainguard-base-fips' -%>
27
- <% go_image = 'docker.elastic.co/wolfi/go:1.23 ' -%>
27
+ <% go_image = 'docker.elastic.co/wolfi/go:1.25 ' -%>
28
28
<% package_manager = 'apk' -%>
29
29
<% else -%>
30
30
<% base_image = 'docker.elastic.co/wolfi/chainguard-base' -%>
31
- <% go_image = 'docker.elastic.co/wolfi/go:1.23 ' -%>
31
+ <% go_image = 'docker.elastic.co/wolfi/go:1.25 ' -%>
32
32
<% package_manager = 'apk' -%>
33
33
<% end -%>
34
34
<% locale = 'C.UTF-8' -%>
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ ARG BASE_REGISTRY=registry1.dso.mil
4
4
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9
5
5
ARG BASE_TAG=9.6
6
6
ARG LOGSTASH_VERSION=<%= elastic_version %>
7
- ARG GOLANG_VERSION=1.21.8
7
+ ARG GOLANG_VERSION=1.25.0
8
8
9
9
# 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
11
11
12
12
ENV GOPATH=/go
13
13
You can’t perform that action at this time.
0 commit comments