From 72ecc62d2a0abdb87823cd5c7f1887f9a7ebe592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 02:09:29 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62f7a0b..521944f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 AS base +FROM ubuntu:24.04 AS base # hadolint ignore=DL3008 RUN apt-get update && apt-get install -y --no-install-recommends \ curl \