Skip to content
Snippets Groups Projects

Update go fix vulnerability

Merged Fabian Seidl requested to merge update-go-fix-vulnerability into master
Files
2
ARG GOLANG_VERSION=1.20.3
ARG GOLANG_VERSION=1.20.4
FROM golang:$GOLANG_VERSION-alpine
RUN go install github.com/google/gnxi/gnmi_target@latest
RUN wget https://raw.githubusercontent.com/google/gnxi/master/gnmi_target/openconfig-openflow.json
Loading