From 8e47926450b3fd55f49832c6edfd0ba2282fb9c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 23:08:33 -0400 Subject: [PATCH] chore(deps): update debian docker tag to v11 (#334) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.sh b/variables.sh index f1690e62..3ccf6231 100755 --- a/variables.sh +++ b/variables.sh @@ -6,7 +6,7 @@ NAMESPACE=${NAMESPACE:-namely} CONTAINER=${DOCKER_REPO}${NAMESPACE} LATEST=${1:false} -DEBIAN_VERSION=${DEBIAN_VERSION:-buster} +DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye} GO_VERSION=${GO_VERSION:-1.17} GRPC_VERSION=${GRPC_VERSION:-1.48} GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.48}