Use C-buffer directly instead of GoBytes()
[ric-plt/xapp-frame.git] / ci / Dockerfile
index 73ec7cd..3372520 100755 (executable)
@@ -17,7 +17,7 @@
 #
 #----------------------------------------------------------
 
-FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng as xapp-base
+FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng as xapp-base
 
 RUN apt-get update -y \
     &&apt-get install -y \
@@ -75,4 +75,4 @@ RUN make -C /ws go-build
 RUN make -C /ws go-test-fmt
 
 # Test Requires dbaas
-#RUN make -C /ws go-test
+RUN make -C /ws go-test