diff --git a/integration/gateway/Dockerfile.storage b/integration/gateway/Dockerfile.storage index d76339b5..61848def 100644 --- a/integration/gateway/Dockerfile.storage +++ b/integration/gateway/Dockerfile.storage @@ -1,7 +1,7 @@ # This Dockerfile runs the helloworld server from # https://grpc.io/docs/quickstart/go.html -FROM docker.io/library/golang:1.21.5-alpine +FROM docker.io/library/golang:1.21.6-alpine ADD https://github.com/grpc/grpc-go/archive/v1.48.0.tar.gz . RUN tar -zxvf v1.48.0.tar.gz WORKDIR grpc-go-1.48.0/examples/helloworld