Update Dockerfile

Replace underlying operating system (ubuntu:noble) with (ubuntu:jammy)
This commit is contained in:
donshu-sistemas 2024-11-07 09:15:00 +00:00 committed by GitHub
parent acacd14c9c
commit c0d5b20c43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
FROM ubuntu:noble
# FROM ubuntu:noble
FROM ubuntu:jammy
MAINTAINER Odoo S.A. <info@odoo.com>
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]