From 32350ecbec5a7849bb8259ae855c637834e8c894 Mon Sep 17 00:00:00 2001 From: Wojciech Zieba Date: Wed, 24 Jul 2024 11:47:04 +0200 Subject: [PATCH] Update ubuntu docker image to latest version in dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed40d57697..ca13d18a29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build golang dependencies and binaries -FROM ubuntu:24.04 AS build +FROM ubuntu:24.10 AS build ARG VM_DEBUG @@ -20,7 +20,7 @@ RUN VM_DEBUG=${VM_DEBUG} make juno RUN upx-ucl /app/build/juno # Stage 2: Build Docker image -FROM ubuntu:23.10 AS runtime +FROM ubuntu:24.10 AS runtime RUN apt-get update && apt-get install -y ca-certificates curl gawk grep libjemalloc-dev libjemalloc2