osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-dev/+/34579?usp=email )
Change subject: ttcn3: docker images: bullseye -> bookworm
......................................................................
ttcn3: docker images: bullseye -> bookworm
Change-Id: I60eb16291c2e12d561043bb4b6e902ebad18bd38
---
M ttcn3/ttcn3.sh
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/79/34579/1
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 99500cf..74e87cc 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -11,8 +11,8 @@
# built in this container. It must have all build dependencies available and
# be based on the same distribution that master-* containers are based on, so
# there are no incompatibilities with shared libraries.
-DOCKER_IMG_BUILD="debian-bullseye-build"
-DOCKER_IMG_TITAN="debian-bullseye-titan"
+DOCKER_IMG_BUILD="debian-bookworm-build"
+DOCKER_IMG_TITAN="debian-bookworm-titan"
check_usage() {
local name="$(basename $0)"
--
To view, visit
https://gerrit.osmocom.org/c/osmo-dev/+/34579?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I60eb16291c2e12d561043bb4b6e902ebad18bd38
Gerrit-Change-Number: 34579
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange