From bea594280b8c7179c665701b025ba4912520318d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:47:40 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e6e118..2a34c14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ADD https://raw.githubusercontent.com/Requarks/wiki-localization/master/locales. -FROM ubuntu:focal +FROM ubuntu:noble LABEL org.opencontainers.version="v1.0.0"