Update Dockerfiles to use latest version of Go
[nonrtric/rapp/ransliceassurance.git] / smoversion / Dockerfile
index f462768..efca775 100644 (file)
@@ -17,7 +17,7 @@
 ##
 ## Build
 ##
-FROM nexus3.o-ran-sc.org:10001/golang:1.17-bullseye AS build
+FROM nexus3.o-ran-sc.org:10001/golang:1.19.2-bullseye AS build
 
 WORKDIR /app
 
@@ -41,4 +41,4 @@ COPY --from=build /oduclosedloop-sliceassurance .
 
 USER nonroot:nonroot
 
-ENTRYPOINT ["/oduclosedloop-sliceassurance"]
\ No newline at end of file
+ENTRYPOINT ["/oduclosedloop-sliceassurance"]