Skip to content

Commit

Permalink
Update verdictd commit rev in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jiale Zhang <[email protected]>
  • Loading branch information
jialez0 committed Apr 3, 2023
1 parent 822ed01 commit 35cafc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ FROM registry.cn-hangzhou.aliyuncs.com/alinux/alinux3 as builder
WORKDIR /usr/src/verdictd

ENV RATS_TLS_COMMIT 5de6fc3
ENV VERDICTD_COMMIT 6579237
ENV VERDICTD_COMMIT 822ed01

COPY . .
RUN git reset --hard ${VERDICTD_COMMIT}

# Install Build Dependencies
RUN yum install -y yum-utils
Expand Down Expand Up @@ -42,8 +43,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y;
ENV PATH="/root/.cargo/bin:${PATH}"

# Build and Install verdictd
RUN git reset --hard ${VERDICTD_COMMIT}; \
make verdictd && make install
RUN make install


FROM registry.cn-hangzhou.aliyuncs.com/alinux/alinux3
Expand Down

0 comments on commit 35cafc8

Please sign in to comment.