From ad2bc0d397429278a18fb244db70fd13b7df669e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:15:25 +0200 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 in the major-updates group (#2) Bumps the major-updates group with 1 update: ubuntu. Updates `ubuntu` from 22.04 to 24.04 --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: major-updates ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33750c6..4cb786b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil # Start a new stage from scratch -FROM ubuntu:22.04 AS runner +FROM ubuntu:24.04 AS runner RUN apt-get update && apt-get install -y iptables iproute2 && rm -rf /var/lib/apt/lists/*