Skip to content

Commit 50dbad8

Browse files
authored
upgrade image to ubuntu:24.04
1 parent 45f39ac commit 50dbad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COPY ./src ./src
1818
ARG CPU_NUM=16
1919
RUN cargo build -j $CPU_NUM --release
2020
RUN cd src/dvf_key_tool && cargo build -j $CPU_NUM --release
21-
FROM ubuntu:22.04
21+
FROM ubuntu:24.04
2222
RUN apt-get update && apt-get -y upgrade && apt-get install -y --no-install-recommends \
2323
libssl-dev \
2424
curl \

0 commit comments

Comments
 (0)