Merge pull request #718 from bart0sh/PR113-switch-to-bullseye

change golang base to Debian bullseye
This commit is contained in:
Mikko Ylinen 2021-09-27 14:54:03 +03:00 committed by GitHub
commit bcc2820682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder

View File

@ -18,7 +18,7 @@
#
# This is used on release branches before tagging a stable version.
# The main branch defaults to using the latest Golang base image.
ARG GOLANG_BASE=golang:1.16-buster
ARG GOLANG_BASE=golang:1.16-bullseye
FROM ${GOLANG_BASE} as builder