mirror of https://github.com/odoo/docker.git
Update Dockerfile
Replace underlying operating system (ubuntu:noble) with (ubuntu:jammy)pull/526/head
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