diff --git a/Dockerfile b/Dockerfile index 137f07393..c23ada9b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Builder image # Keep go version in sync with Build GA job. -FROM golang:1.21-alpine as builder +FROM golang:1.22-alpine as builder # Display go version for information purposes. RUN go version diff --git a/Dockerfile.wsc b/Dockerfile.wsc index c4d094980..58e09f65a 100644 --- a/Dockerfile.wsc +++ b/Dockerfile.wsc @@ -1,6 +1,6 @@ # Builder image # Keep go version in sync with Build GA job. -FROM golang:1.21.3-windowsservercore-ltsc2022 as builder +FROM golang:1.22.0-windowsservercore-ltsc2022 as builder COPY . /neo-go