From f29db8fa86378e81b4de2d51381dfe6e0a4326d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:36:12 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | docker | ubuntu | 22.04 | noble | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23cadc5..deebd98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG NODE_MAJOR=20 # Aliasing base images, so we can change just this, when needing to upgrade or pull base layers -FROM ubuntu:22.04 AS base-distro +FROM ubuntu:24.04 AS base-distro FROM composer:2.8.2 AS composer FROM base-distro AS install-markdownlint