Compare commits

...

3 Commits
flow ... 3.4.19

Author SHA1 Message Date
Alexey
5eaccee68f Merge pull request #851 from telemt/flow
Advanced Relay Mode + Hardened KDF-Tuple + Updated secure padding expectations for VersionD + Shared MTProto framing and ME address + Fix config API corrupting nested sub-tables on save + Harden masking fallback and frame readers after flow sync + MSS Raising after handshake to cut pps + Bugfixes
2026-06-24 01:08:13 +03:00
Alexey
5e5c82a0ad Merge pull request #837 from absolute-Idee/fix/issue-821
Update Dockerfile (issue#821)
2026-06-23 12:35:47 +03:00
Urbaev Maxim
b95956d141 Update Dockerfile (issue#821) 2026-06-11 23:37:09 +03:00

View File

@@ -73,7 +73,7 @@ RUN set -eux; \
WORKDIR /app
COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml
COPY ./config/config.toml /app/config.toml
EXPOSE 443 9090 9091
@@ -99,7 +99,7 @@ RUN set -eux; \
WORKDIR /app
COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml
COPY ./config/config.toml /app/config.toml
EXPOSE 443 9090 9091
@@ -116,7 +116,7 @@ FROM gcr.io/distroless/static-debian12 AS prod
WORKDIR /app
COPY --from=minimal /telemt /app/telemt
COPY config.toml /app/config.toml
COPY ./config/config.toml /app/config.toml
USER nonroot:nonroot