mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
deployment/docker: update Go builder from Go1.26.1 to Go1.26.2
See https://github.com/golang/go/issues?q=milestone%3AGo1.26.2%20label%3ACherryPickApproved
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.26.1 AS build-web-stage
|
||||
FROM golang:1.26.2 AS build-web-stage
|
||||
COPY build /build
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
Reference in New Issue
Block a user