From e29c21761e90c855e6e00591a6c8fd0c44022113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:20:12 +0100 Subject: [PATCH] Bump ubuntu from 24.10 to 25.04 (#2269) Bumps ubuntu from 24.10 to 25.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cb6e537a46..838507fe80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build golang dependencies and binaries -FROM ubuntu:24.10 AS build +FROM ubuntu:25.04 AS build ARG VM_DEBUG @@ -20,7 +20,7 @@ RUN bash -c 'source ~/.cargo/env && VM_DEBUG=${VM_DEBUG} make juno' RUN upx-ucl /app/build/juno # Stage 2: Build Docker image -FROM ubuntu:24.10 AS runtime +FROM ubuntu:25.04 AS runtime RUN apt-get update && apt-get install -y ca-certificates curl gawk grep libjemalloc-dev libjemalloc2