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

test controller docker container with bullseye instead of buster

parent 446f17ec
No related branches found
No related tags found
1 merge request!492Update go fix vulnerability 2
Pipeline #157482 failed
......@@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.20.6
ARG BUILDARGS
ARG $GITLAB_PROXY
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster as builder
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bullseye as builder
WORKDIR /gosdn/
COPY . .
RUN --mount=type=cache,target=/root/go/pkg/mod \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment