Skip to content

Commit

Permalink
Merge pull request #180 from sublime-security/upgrade-exiftool
Browse files Browse the repository at this point in the history
Update exiftool to latest
  • Loading branch information
phutelmyer authored Oct 6, 2021
2 parents 1ed97a0 + 274f116 commit 34c3f2d
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-10-04
### Changed
- Updated `exiftool` from version `12.28` to `12.30`

## 2021-06-23
### Changed
- Updated `exiftool` from version `12.25` to `12.28`
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.28.tar.gz && \
tar -zxvf Image-ExifTool-12.28.tar.gz && \
cd Image-ExifTool-12.28/ && \
curl -OL https://exiftool.org/Image-ExifTool-12.30.tar.gz && \
tar -zxvf Image-ExifTool-12.30.tar.gz && \
cd Image-ExifTool-12.30/ && \
perl Makefile.PL && \
make && \
make install && \
Expand Down

0 comments on commit 34c3f2d

Please sign in to comment.