Skip to content

Commit

Permalink
Updated to point to public Galois project location.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiniry committed Jan 21, 2023
1 parent c10a672 commit b10371a
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 @@ -318,8 +318,8 @@ RUN echo "${TOOL} ${REPO} ${TAG}" >> ${VERSION_LOG}

# DocumentationEnricher
ARG TOOL=der
ARG TAG=0.1.4
ARG REPO=https://github.com/SimplisticCode/DER/releases/download/v1.1.4/
ARG TAG=0.1.5
ARG REPO=https://github.com/GaloisInc/RDE_RF/releases/tag/v.0.1.5
WORKDIR /tmp
RUN wget ${REPO}/${TOOL}-${TAG}.zip
RUN unzip ${TOOL}-${TAG}.zip
Expand Down

0 comments on commit b10371a

Please sign in to comment.