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

test controller docker container with bullseye instead of buster

parent 33cef0e6
Branches
No related tags found
1 merge request!492Update go fix vulnerability 2
Pipeline #157480 failed
This commit is part of merge request !492. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment