mirror of https://github.com/telemt/telemt.git
Update Dockerfile
This commit is contained in:
parent
ef51d0f62d
commit
a917dcc162
|
|
@ -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