Skip to content

Commit

Permalink
IPED 4.1.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arisjr committed Feb 22, 2023
1 parent e2f2ad5 commit b214042
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN apt-get update && apt-get install -y wget gnupg apt-utils software-propertie
&& echo " Installing Sleuthkit with IPED patch with libssl" \
&& echo "#####################################################" \
&& cd /opt \
&& git clone -b release-4.11.1_iped_patch https://github.com/sepinf-inc/sleuthkit \
&& git clone -b 4.12.0_iped_patch https://github.com/sepinf-inc/sleuthkit \
&& cd /opt/sleuthkit/ \
&& ./bootstrap \
&& ./configure --prefix=/usr/ \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.processor
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ipeddocker/iped:dependencies

ENV IPED_VERSION=4.0.7
ENV IPED_VERSION=4.1.0

WORKDIR /root/pkgs
RUN echo "#####################################" \
Expand Down

0 comments on commit b214042

Please sign in to comment.