Skip to content
Snippets Groups Projects

Update go fix vulnerability 2

Merged Fabian Seidl requested to merge update-go-fix-vulnerability-2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ RUN --mount=type=cache,target=/root/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
make build-gosdn
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bullseye
WORKDIR /app/
COPY --from=builder /gosdn/controller/configs/development-gosdn.toml.example ./configs/development-gosdn.toml
COPY --from=builder /gosdn/controller/configs/containerlab-gosdn.toml.example ./configs/containerlab-gosdn.toml
Loading