Skip to content

Commit a167024

Browse files
authored
Use tag instead of branch
1 parent e7d857b commit a167024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pdf2Html/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ubuntu:noble AS build-pdf2htmlex
55

66
WORKDIR /source
77
RUN apt update && apt install -y git patch sudo
8-
RUN git clone --depth=1 --branch feature/cfl-patches https://github.com/CoreFiling/pdf2htmlEX
8+
RUN git clone --depth=1 --branch 0.18.8.rc1-cfl4 https://github.com/CoreFiling/pdf2htmlEX
99
WORKDIR /source/pdf2htmlEX
1010

1111
RUN ./buildScripts/buildInstallLocallyApt

0 commit comments

Comments
 (0)