[VOL-3353] Python CI tools container

Change-Id: I2e15c641736ef5e7687b65bb0583b6b5349e79d3
diff --git a/docker/protoc.Dockerfile b/docker/protoc.Dockerfile
index a4ba885..a7526bc 100644
--- a/docker/protoc.Dockerfile
+++ b/docker/protoc.Dockerfile
@@ -19,7 +19,7 @@
 ARG PROTOC_GEN_GO_VERSION
 ARG PROTOC_GEN_GRPC_GATEWAY_VERSION
 
-RUN apk add --no-cache libatomic=9.2.0-r4 musl=1.1.24-r2
+RUN apk add --no-cache libatomic=9.3.0-r0 musl=1.1.24-r2
 
 # download & compile this specific version of protoc-gen-go
 RUN GO111MODULE=on CGO_ENABLED=0 go get -u \