diff --git a/.github/Dockerfile b/.github/Dockerfile index cdd4a71a59c..c5b938ed92d 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.0 +FROM golang:1.20.1 ENV NVM_DIR="/usr/local/share/nvm" ENV NVM_SYMLINK_CURRENT=true \ diff --git a/.github/plugins/protoc-gen-grpc-gateway/Dockerfile b/.github/plugins/protoc-gen-grpc-gateway/Dockerfile index cc196259a44..fc443cddf15 100644 --- a/.github/plugins/protoc-gen-grpc-gateway/Dockerfile +++ b/.github/plugins/protoc-gen-grpc-gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.0 as builder +FROM golang:1.20.1 as builder ARG RELEASE_VERSION diff --git a/.github/plugins/protoc-gen-openapiv2/Dockerfile b/.github/plugins/protoc-gen-openapiv2/Dockerfile index c9c8817bf72..ef1475dd124 100644 --- a/.github/plugins/protoc-gen-openapiv2/Dockerfile +++ b/.github/plugins/protoc-gen-openapiv2/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.0 as builder +FROM golang:1.20.1 as builder ARG RELEASE_VERSION