Skip to content
Snippets Groups Projects
Commit 6d30936b authored by Fabian Seidl's avatar Fabian Seidl
Browse files

bump go version to fix vuln

parent a78cc048
No related branches found
No related tags found
1 merge request!465Update go fix vulnerability
Pipeline #142392 failed
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
......
# syntax = docker/dockerfile:1.2
ARG GOLANG_VERSION=1.20.3
ARG GOLANG_VERSION=1.20.4
FROM golang:$GOLANG_VERSION-alpine AS installer
ARG GITLAB_USER
ARG GITLAB_TOKEN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment