Skip to content

Commit abcda80

Browse files
committed
Update Ubuntu to 24.04 in Docker and build with Rust 1.92
1 parent f9cfac5 commit abcda80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.88 AS base
1+
FROM rust:1.92 AS base
22

33
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
44

@@ -26,7 +26,7 @@ COPY templates templates
2626

2727
RUN cargo build --release
2828

29-
FROM ubuntu:22.04 AS runtime
29+
FROM ubuntu:24.04 AS runtime
3030

3131
WORKDIR /
3232

0 commit comments

Comments
 (0)