deprecate ubuntu noble build and add ubuntu oracular build

This commit is contained in:
AlexandreRouma
2024-12-18 20:21:48 +01:00
parent 9bb4aeda14
commit 59ca2cf1c0
3 changed files with 28 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:mantic
FROM ubuntu:oracular
ENV DEBIAN_FRONTEND=noninteractive
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh