Skip to content

Commit

Permalink
Update to OCRmyPDF v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unze committed Dec 4, 2021
1 parent 3494915 commit 68485a1
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.0.0rc1
FROM jbarlow83/ocrmypdf:v13.0.0
COPY --from=builder /go/bin/main /app/
WORKDIR /app
VOLUME /in /bak /out
Expand Down

0 comments on commit 68485a1

Please sign in to comment.