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

more buster changes for tests

parent c41e7ee6
No related branches found
No related tags found
1 merge request!492Update go fix vulnerability 2
Pipeline #157483 passed
......@@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.20.6
ARG BUILDARGS
ARG $GITLAB_PROXY=code.fbi.h-da.de:443/danet/dependency_proxy/containers
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-buster AS builder
FROM ${GITLAB_PROXY}golang:$GOLANG_VERSION-bullseye AS builder
WORKDIR /gosdn
......
ARG GOLANG_VERSION=1.20.1
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 /plugin-registry/
RUN apt-get update
RUN apt-get -y install --no-install-recommends zip
......
ARG GOLANG_VERSION=1.19
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 /plugin-registry/
RUN apt-get update
RUN apt-get -y install --no-install-recommends zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment