[VOL-2876]

Update grpc-gateway to a version with improved generation of swagger docs
Bump the golang and alpine image patch versions

Change-Id: Id8c772dd782b29586615d585a4cf6c756da0098c
diff --git a/docker/go-junit-report.Dockerfile b/docker/go-junit-report.Dockerfile
index 59aff65..7104498 100644
--- a/docker/go-junit-report.Dockerfile
+++ b/docker/go-junit-report.Dockerfile
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.13.8-alpine as build
+FROM golang:1.13.9-alpine as build
 
 RUN apk add --no-cache build-base=0.5-r1
 
diff --git a/docker/gocover-cobertura.Dockerfile b/docker/gocover-cobertura.Dockerfile
index 1ceaaa1..f0ced49 100644
--- a/docker/gocover-cobertura.Dockerfile
+++ b/docker/gocover-cobertura.Dockerfile
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.13.8-alpine as build
+FROM golang:1.13.9-alpine as build
 
 RUN apk add --no-cache build-base=0.5-r1
 
diff --git a/docker/protoc.Dockerfile b/docker/protoc.Dockerfile
index 4edf72c..a4ba885 100644
--- a/docker/protoc.Dockerfile
+++ b/docker/protoc.Dockerfile
@@ -12,14 +12,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM golang:1.13.8-alpine as build
+FROM golang:1.13.9-alpine as build
 
 ARG PROTOC_VERSION
 ARG PROTOC_SHA256SUM
 ARG PROTOC_GEN_GO_VERSION
 ARG PROTOC_GEN_GRPC_GATEWAY_VERSION
 
-RUN apk add --no-cache libatomic=9.2.0-r3 musl=1.1.24-r0
+RUN apk add --no-cache libatomic=9.2.0-r4 musl=1.1.24-r2
 
 # download & compile this specific version of protoc-gen-go
 RUN GO111MODULE=on CGO_ENABLED=0 go get -u \