We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a311f commit e29c217Copy full SHA for e29c217
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build golang dependencies and binaries
2
-FROM ubuntu:24.10 AS build
+FROM ubuntu:25.04 AS build
3
4
ARG VM_DEBUG
5
@@ -20,7 +20,7 @@ RUN bash -c 'source ~/.cargo/env && VM_DEBUG=${VM_DEBUG} make juno'
20
RUN upx-ucl /app/build/juno
21
22
# Stage 2: Build Docker image
23
-FROM ubuntu:24.10 AS runtime
+FROM ubuntu:25.04 AS runtime
24
25
RUN apt-get update && apt-get install -y ca-certificates curl gawk grep libjemalloc-dev libjemalloc2
26
0 commit comments