Support for Ubuntu 22.04

Change-Id: I1a443bb3ea2634f22308707828eb45d138bad4cd
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
diff --git a/Dockerfile b/Dockerfile
index d092886..d0fd0ba 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@
 #   devops-stages/stage-build.sh
 #
 
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 
 ARG APT_PROXY
 RUN if [ ! -z $APT_PROXY ] ; then \
diff --git a/debian/control b/debian/control
index 2edab50..e6bbf8e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@
 Section: devel
 Priority: optional
 Maintainer: Gerardo Garcia <gerardo.garciadeblas@telefonica.com>
-Build-Depends: debhelper (>=9)
+Build-Depends: debhelper-compat (=13)
 Standards-Version: 3.9.6
 Homepage: http://osm.etsi.org
 
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ff8017d..c975566 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -15,7 +15,7 @@
 #
 # Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in), VIJAY NAG (vijaynag.bs@tataelxsi.co.in)
 
-FROM ubuntu:20.04
+FROM ubuntu:22.04
 # Installing node dependencies.
 RUN apt-get update && apt-get install -y curl xz-utils gnupg2 \
     && apt-get update && apt-get install -y apt-transport-https \