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

pin parser version

This commit is contained in:
Robin Appelman 2019-05-03 00:38:23 +02:00
commit 0ab21a90a4

View file

@ -1,7 +1,9 @@
FROM registry.gitlab.com/rust_musl_docker/image:stable-latest AS build
ENV PARSER_VERSION 5f470fefe2b0a76511a468831b9152fb3b8c2b61
WORKDIR /root/build
RUN git clone https://github.com/demostf/parser
WORKDIR /root/build/parser
RUN git checkout $PARSER_VERSION
RUN cargo build --release --target=x86_64-unknown-linux-musl
FROM icewind1991/php-alpine-apcu