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:
Max Kotliar
2026-04-08 12:43:29 +03:00
parent 0a256002e5
commit 6337dfc472
4 changed files with 5 additions and 3 deletions

View File

@@ -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