Skip to content

Commit eccc18a

Browse files
authored
Update Go base image version to 1.25 to build Logstash's env2yaml
retrofit elastic/logstash#18083 to 9.1.3 to unblock docker-library/official-images#19773
1 parent b46babf commit eccc18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# Build env2yaml
5-
FROM golang:1.23 AS builder-env2yaml
5+
FROM golang:1.25 AS builder-env2yaml
66

77
COPY env2yaml/env2yaml.go env2yaml/go.mod env2yaml/go.sum /tmp/go/src/env2yaml/
88

0 commit comments

Comments
 (0)