From 4b5ec2917cea8a92b2bf0249337719b511ecbdcb Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 27 Oct 2022 08:07:55 +0200 Subject: [PATCH] Update Dockerfiles to use latest version of Go Issue-ID: NONRTRIC-812 Signed-off-by: elinuxhenrik Change-Id: Id1439792f1703533a9a5c8f962bf48da72aa9690 --- icsversion/Dockerfile | 4 ++-- smoversion/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"] -- 2.16.6