mirror of https://github.com/telemt/telemt.git
Bump Rust builder to 1.88 (required by time crate)
This commit is contained in:
parent
8658e37cae
commit
94571c926f
|
|
@ -1,7 +1,7 @@
|
|||
# ==========================
|
||||
# Stage 1: Build
|
||||
# ==========================
|
||||
FROM rust:1.85-slim-bookworm AS builder
|
||||
FROM rust:1.88-slim-bookworm AS builder
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
pkg-config \
|
||||
|
|
|
|||
Loading…
Reference in New Issue