latest rust slim

This commit is contained in:
Shautvast 2026-03-19 12:33:08 +01:00
parent d7eb5ef6fe
commit fd7d417471
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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"