Skip to content

Commit

Permalink
Update to OCRmyPDF v16.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unze committed Aug 2, 2024
1 parent 1260e03 commit 83247dc
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-alpine:v16.4.2
FROM jbarlow83/ocrmypdf-alpine:v16.4.3
COPY --from=builder /go/bin/main /app/
WORKDIR /app
VOLUME /in /bak /out
Expand Down

0 comments on commit 83247dc

Please sign in to comment.