From eee5f27918273663619b96cd3103645ca10e2ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:42:21 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.Dockerfile b/test.Dockerfile index 1607c72..163949b 100644 --- a/test.Dockerfile +++ b/test.Dockerfile @@ -1,3 +1,3 @@ # syntax=docker/dockerfile:1 -FROM ubuntu:22.04 \ No newline at end of file +FROM ubuntu:24.04 \ No newline at end of file