Compare commits

...

3 Commits

Author SHA1 Message Date
Gilles Dubois
2f4609fe7d
Merge pull request #128 from OCSInventory-NG/update-ubuntu-image
Update ubuntu jammy to ubuntu noble
2025-08-18 14:52:58 +02:00
Gilles Dubois
34d5887bca
Merge pull request #125 from OCSInventory-NG/auth-type
Add authtype configuration
2025-08-18 14:52:30 +02:00
Charlene Auger
993d2ba609 refactor(dockerfile): update ubuntu jammy to ubuntu noble 2025-08-11 16:00:54 +02:00
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

View File

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

View File

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