Skip to content

Commit

Permalink
Set Docker to use 24.04 (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar authored May 21, 2024
1 parent 08edce6 commit 1b691c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/dockerfiles/defi.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG TARGET=x86_64-pc-linux-gnu

FROM --platform=linux/amd64 ubuntu:latest as defi
FROM --platform=linux/amd64 ubuntu:24.04 as defi
ARG TARGET
ARG BINARY_DIR
ENV PATH=/app/bin:$PATH
Expand Down

0 comments on commit 1b691c6

Please sign in to comment.