latest rust slim
This commit is contained in:
parent
d7eb5ef6fe
commit
fd7d417471
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ── Build stage ───────────────────────────────────────────────────────────────
|
||||
FROM rust:1.84-slim-bookworm AS builder
|
||||
FROM rust:1.94-slim-bookworm AS builder
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
pkg-config \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "hiy-server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "hiy-server"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue