Skip to content

Commit

Permalink
Update to OCRmyPDF v16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unze committed Feb 16, 2024
1 parent f328dad commit 68b1f2a
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=on
RUN go mod init
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o /go/bin/main .
FROM jbarlow83/ocrmypdf:v16.1.0
FROM jbarlow83/ocrmypdf:v16.1.1
COPY --from=builder /go/bin/main /app/
WORKDIR /app
VOLUME /in /bak /out
Expand Down

0 comments on commit 68b1f2a

Please sign in to comment.