Skip to content

Commit

Permalink
Update to OCRmyPDF v13.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
unze committed May 14, 2022
1 parent 1d2ad33 commit 11b1c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR $GOPATH/src/ocrmypdf-watchdog/
ENV GO111MODULE=off
RUN go get -d -v
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o /go/bin/main .
FROM jbarlow83/ocrmypdf:v13.4.3
FROM jbarlow83/ocrmypdf:v13.4.4
COPY --from=builder /go/bin/main /app/
WORKDIR /app
VOLUME /in /bak /out
Expand Down

0 comments on commit 11b1c59

Please sign in to comment.