Skip to content
Snippets Groups Projects

Update go fix vulnerability

Merged Fabian Seidl requested to merge update-go-fix-vulnerability into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
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