Update Dockerfile
Replace underlying operating system (ubuntu:noble) with (ubuntu:jammy)
This commit is contained in:
parent
acacd14c9c
commit
c0d5b20c43
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user