Skip to content

Commit

Permalink
Update ubuntu docker image to latest version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Jul 24, 2024
1 parent acc73d5 commit 32350ec
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.04 AS build
FROM ubuntu:24.10 AS build

ARG VM_DEBUG

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

Expand Down

0 comments on commit 32350ec

Please sign in to comment.