From 0e47789dacf1abbea633d87fd95597535318fda2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:18:52 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 (#1439) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 440d4c9e9..5b40aab5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 LABEL org.opencontainers.image.title "FollowTheMoney" LABEL org.opencontainers.image.licenses MIT