From: elinuxhenrik Date: Thu, 27 Oct 2022 06:07:55 +0000 (+0200) Subject: Update Dockerfiles to use latest version of Go X-Git-Tag: 1.2.0~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=nonrtric%2Frapp%2Fransliceassurance.git;a=commitdiff_plain;h=4b5ec2917cea8a92b2bf0249337719b511ecbdcb Update Dockerfiles to use latest version of Go Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: Id1439792f1703533a9a5c8f962bf48da72aa9690 --- diff --git a/icsversion/Dockerfile b/icsversion/Dockerfile index a1be5c2..037d5ff 100644 --- a/icsversion/Dockerfile +++ b/icsversion/Dockerfile @@ -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"] diff --git a/smoversion/Dockerfile b/smoversion/Dockerfile index f462768..efca775 100644 --- a/smoversion/Dockerfile +++ b/smoversion/Dockerfile @@ -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"]