Update Dockerfiles to use latest version of Go 09/9409/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 06:07:55 +0000 (08:07 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 27 Oct 2022 06:08:02 +0000 (08:08 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Id1439792f1703533a9a5c8f962bf48da72aa9690

icsversion/Dockerfile
smoversion/Dockerfile

index a1be5c2..037d5ff 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 /rappconsumer-sliceassurance .
 
 USER nonroot:nonroot
 
-ENTRYPOINT ["/rappconsumer-sliceassurance"]
\ No newline at end of file
+ENTRYPOINT ["/rappconsumer-sliceassurance"]
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"]