From eb33148b8d85d44a3309ab8158b160ee52e81b68 Mon Sep 17 00:00:00 2001 From: "SANDHYA.JS" Date: Tue, 2 May 2023 14:47:59 +0530 Subject: [PATCH] Support for Ubuntu 22.04 Change-Id: I1a443bb3ea2634f22308707828eb45d138bad4cd Signed-off-by: SANDHYA.JS --- Dockerfile | 2 +- debian/control | 2 +- docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@ Source: osm-ngui Section: devel Priority: optional Maintainer: Gerardo Garcia -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 \ -- 2.17.1