Update Dockerfile

This commit is contained in:
Alexey 2026-02-23 18:34:23 +03:00 committed by GitHub
parent ef51d0f62d
commit a917dcc162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# ========================== # ==========================
# Stage 1: Build # 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 \ RUN apt-get update && apt-get install -y --no-install-recommends \
pkg-config \ pkg-config \
@ -40,4 +40,4 @@ EXPOSE 443
EXPOSE 9090 EXPOSE 9090
ENTRYPOINT ["/app/telemt"] ENTRYPOINT ["/app/telemt"]
CMD ["config.toml"] CMD ["config.toml"]