We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075b661 commit ecf676eCopy full SHA for ecf676e
variables.sh
@@ -6,7 +6,7 @@ NAMESPACE=${NAMESPACE:-namely}
6
CONTAINER=${DOCKER_REPO}${NAMESPACE}
7
LATEST=${1:false}
8
9
-DEBIAN_VERSION=${DEBIAN_VERSION:-bullseye}
+DEBIAN_VERSION=${DEBIAN_VERSION:-bookworm}
10
GO_VERSION=${GO_VERSION:-1.19}
11
GRPC_VERSION=${GRPC_VERSION:-1.51}
12
GRPC_JAVA_VERSION=${GRPC_JAVA_VERSION:-1.51}
0 commit comments