Improve concurrency of message sending
[nonrtric.git] / dmaap-mediator-producer / Dockerfile
index bc09fdc..1c7f45c 100644 (file)
@@ -20,7 +20,7 @@
 ##
 ## Build
 ##
-FROM golang:1.17-bullseye AS build
+FROM nexus3.o-ran-sc.org:10001/golang:1.17-bullseye AS build
 WORKDIR /app
 COPY go.mod .
 COPY go.sum .