mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
pin parser version
This commit is contained in:
parent
fba3778787
commit
0ab21a90a4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,7 +1,9 @@
|
||||||
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
|
||||||
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
|
||||||
|
RUN git checkout $PARSER_VERSION
|
||||||
RUN cargo build --release --target=x86_64-unknown-linux-musl
|
RUN cargo build --release --target=x86_64-unknown-linux-musl
|
||||||
|
|
||||||
FROM icewind1991/php-alpine-apcu
|
FROM icewind1991/php-alpine-apcu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue