1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

update parser

fixes handling of demo files with malformed utf8
This commit is contained in:
Robin Appelman 2019-05-25 23:59:02 +02:00
commit ff3bd402ce

View file

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