From b1dbb6d6f280a26d5d3dfb3375c3b963e00861db Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 18 Mar 2025 12:37:01 +0100 Subject: [PATCH] Update DOCKER_TAG in install_osm.sh to use 17 Change-Id: Ia2daa21712a66fe1cacacf08fe173195755f6bbf Signed-off-by: garciadeblas --- installers/install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 453aeabe..7a7b831a 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -15,7 +15,7 @@ REPOSITORY_BASE=https://osm-download.etsi.org/repository/osm/debian RELEASE=ReleaseSEVENTEEN REPOSITORY=stable -DOCKER_TAG="testing-daily" +DOCKER_TAG="17" DEVOPS_PATH=/usr/share/osm-devops function usage(){ -- 2.25.1