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 ae39a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 aabb05a

COPY . .

Expand Down Expand Up @@ -43,7 +43,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"

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


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

0 comments on commit ae39a06

Please sign in to comment.