osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28522 )
Change subject: release-tarball-build-dist/Makefile: update ......................................................................
release-tarball-build-dist/Makefile: update
Adjust the Makefile as well after the docker container has been migrated to debian 11 in Ib6039724a7200abce5252f95407047296b72cd51.
Change-Id: Ibebca7be7daccd17bbf1b382108d87eb5a93ecf1 --- M release-tarball-build-dist/Makefile 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/release-tarball-build-dist/Makefile b/release-tarball-build-dist/Makefile index 10f0e20..736769d 100644 --- a/release-tarball-build-dist/Makefile +++ b/release-tarball-build-dist/Makefile @@ -1,3 +1,3 @@ -UPSTREAM_DISTRO=debian:stretch -DISTRO=debian-stretch +UPSTREAM_DISTRO=debian:bullseye +DISTRO=debian-bullseye include ../make/Makefile