osmith has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/22/28522/1 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 -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/28522 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: Ibebca7be7daccd17bbf1b382108d87eb5a93ecf1 Gerrit-Change-Number: 28522 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
