Merge pull request #128 from OCSInventory-NG/update-ubuntu-image

Update ubuntu jammy to ubuntu noble
This commit is contained in:
Gilles Dubois 2025-08-18 14:52:58 +02:00 committed by GitHub
commit 2f4609fe7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM ubuntu:24.04
ENV OCS_VERSION 2.12.3 ENV OCS_VERSION 2.12.3

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM ubuntu:24.04
LABEL maintainer="contact@ocsinventory-ng.org" \ LABEL maintainer="contact@ocsinventory-ng.org" \
version="dev" \ version="dev" \

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04 FROM ubuntu:24.04
ENV OCS_VERSION nightly ENV OCS_VERSION nightly