1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

update parser

fixed demos with malformed utf8 in chat messages
This commit is contained in:
Robin Appelman 2019-08-22 21:38:45 +02:00
commit 44c4945530

View file

@ -1,5 +1,5 @@
FROM registry.gitlab.com/rust_musl_docker/image:stable-latest AS build
ENV PARSER_VERSION d12cf35e47ccf7feb4ada27704f9542eee163efe
ENV PARSER_VERSION 6b0442741ee8365e2df04e653d4ce7068351a332
WORKDIR /root/build
RUN git clone https://github.com/demostf/parser
WORKDIR /root/build/parser