Upgrade Golang version to fix CVE-2022-32189 vulnerability
[ric-plt/sdlgo.git] / ci / Dockerfile
index f9dd918..642ae3e 100644 (file)
@@ -23,7 +23,7 @@
 # This is a Dockerfile for code verification only.
 # Not to be pushed or used for anything else.
 #
-FROM golang:1.16
+FROM golang:1.18
 
 RUN mkdir -p $GOPATH/src/sdlgo
 COPY . $GOPATH/src/sdlgo