Skip to content

Commit

Permalink
Bump ubuntu from 24.10 to 25.04
Browse files Browse the repository at this point in the history
Bumps ubuntu from 24.10 to 25.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and wojciechos committed Nov 18, 2024
1 parent b2a311f commit ae52098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit ae52098

Please sign in to comment.