Skip to content

Commit

Permalink
Merge pull request #175 from target/hotfix-exiftool-update-12.28
Browse files Browse the repository at this point in the history
Hotfix exiftool update 12.28
  • Loading branch information
phutelmyer authored Jun 23, 2021
2 parents 1babb21 + 7801482 commit 05a0ad0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Changes to the project will be tracked in this file via the date of change.

## 2021-06-23
### Changed
- Updated `exiftool` from version `12.25` to `12.28`

## 2021-06-15
### Added
- Default YARA volume mount and placeholder test YARA rule to verify ScanYARA functionality. (@Derekt2)
Expand Down
6 changes: 3 additions & 3 deletions build/python/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ RUN apt-get -qq update && \
jq && \
# Download and compile exiftool
cd /tmp/ && \
curl -OL https://exiftool.org/Image-ExifTool-12.25.tar.gz && \
tar -zxvf Image-ExifTool-12.25.tar.gz && \
cd Image-ExifTool-12.25/ && \
curl -OL https://exiftool.org/Image-ExifTool-12.28.tar.gz && \
tar -zxvf Image-ExifTool-12.28.tar.gz && \
cd Image-ExifTool-12.28/ && \
perl Makefile.PL && \
make && \
make install && \
Expand Down

0 comments on commit 05a0ad0

Please sign in to comment.