From c0d5b20c4310138f4c4fe382f756ff4fd65be07f Mon Sep 17 00:00:00 2001 From: donshu-sistemas <122654648+donshu-sistemas@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:15:00 +0000 Subject: [PATCH] Update Dockerfile Replace underlying operating system (ubuntu:noble) with (ubuntu:jammy) --- 18.0/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/18.0/Dockerfile b/18.0/Dockerfile index ac8ccfa..bc8cc6d 100644 --- a/18.0/Dockerfile +++ b/18.0/Dockerfile @@ -1,4 +1,5 @@ -FROM ubuntu:noble +# FROM ubuntu:noble +FROM ubuntu:jammy MAINTAINER Odoo S.A. SHELL ["/bin/bash", "-xo", "pipefail", "-c"]