From 993d2ba60973745e0c40b15dcda069d3140fc51e Mon Sep 17 00:00:00 2001 From: Charlene Auger Date: Mon, 11 Aug 2025 16:00:54 +0200 Subject: [PATCH] refactor(dockerfile): update ubuntu jammy to ubuntu noble --- 2.12.3/Dockerfile | 2 +- dev/Dockerfile | 2 +- nightly/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2.12.3/Dockerfile b/2.12.3/Dockerfile index f5b6c41..b392d19 100644 --- a/2.12.3/Dockerfile +++ b/2.12.3/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV OCS_VERSION 2.12.3 diff --git a/dev/Dockerfile b/dev/Dockerfile index 4494316..eb94abf 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL maintainer="contact@ocsinventory-ng.org" \ version="dev" \ diff --git a/nightly/Dockerfile b/nightly/Dockerfile index 641d82d..3fad53a 100644 --- a/nightly/Dockerfile +++ b/nightly/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV OCS_VERSION nightly