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 ───────────────────────────────────────────────────────────────
|
# ── 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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hiy-server"
|
name = "hiy-server"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "hiy-server"
|
name = "hiy-server"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue