From 9c555bd99f24f3480a0b479f5426cf2410324c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:00:07 +0200 Subject: [PATCH] chore(deps): bump ubuntu from 22.04 to 24.04 (#107) Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile.mcpbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.mcpbox b/Dockerfile.mcpbox index 69e0038..8f92b50 100644 --- a/Dockerfile.mcpbox +++ b/Dockerfile.mcpbox @@ -20,7 +20,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o mcpbox ./cmd/mcpbox # Final stage -FROM ubuntu:22.04 +FROM ubuntu:24.04 ENV DEBIAN_FRONTEND=noninteractive