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

bumb parser

This commit is contained in:
Robin Appelman 2021-05-22 17:53:00 +02:00
commit 00b547028f

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 e2a631c ENV PARSER_VERSION 0cc00dd
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