Skip to content

Commit

Permalink
Merge pull request #4 from Acen/update-version
Browse files Browse the repository at this point in the history
Update version from 7.0.4 to 7.1.0
  • Loading branch information
Acen authored Aug 25, 2020
2 parents 987f630 + ad7b1f5 commit 20460ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM php:7.2.25

MAINTAINER zac@tuft.co.nz

ENV PDFNETWRAPPER_GIT_SHA1=b97b37977d91de9803dd671c243e58401cccb96d \
PDFNETC64_FILE_SHA1=b7465ad2ef4703f0a31af2181bf594e76a21f058 \
PDFNETOCRMODULE_FILE_SHA1=f7f051e4152a026937f120be19fae7656b885bdc \
PDFNET_VERSION=7.0.4
ENV PDFNETWRAPPER_GIT_SHA1=26ed84c89a842eb2164bad3769993df6e2031ba4 \
PDFNETC64_FILE_SHA1=b3f965eaaa270f5253a587491581b2986ce76571 \
PDFNETOCRMODULE_FILE_SHA1=d6e8fc919422be7eaf26668ad9688763e15cd63c \
PDFNET_VERSION=7.1.0

# Install Dependencies
RUN set -eux; \
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Builds PHP `.so` extension and `.php` library.


* Built using PHP `7.2.25`
* PDFNetWrapper git SHA1 `b97b37977d91de9803dd671c243e58401cccb96d`
* PDFNetC64.tar.gz SHA1 `b7465ad2ef4703f0a31af2181bf594e76a21f058`
* OCRModule SHA1 `f7f051e4152a026937f120be19fae7656b885bdc`
* PDFNet Version `7.0.4`
* PDFNetWrapper git SHA1 `26ed84c89a842eb2164bad3769993df6e2031ba4`
* PDFNetC64.tar.gz SHA1 `b3f965eaaa270f5253a587491581b2986ce76571`
* OCRModule SHA1 `d6e8fc919422be7eaf26668ad9688763e15cd63c`
* PDFNet Version `7.1.0`

Output is located in `/PDFNetPHP` folder.

Expand Down

0 comments on commit 20460ee

Please sign in to comment.