From b625409b82a1a31ea9249e4a1fb9b50e9b3e37b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:40:51 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to noble-20240114 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index e9411d8..043cd2e 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Use latest Ubuntu as base image -FROM ubuntu:24.04 +FROM ubuntu:noble-20240114 # Define environment variables ENV USER_HOME "/home/ubuntu"