Skip to content

Commit e7d857b

Browse files
authored
Update to use branch instead of commit
1 parent d04b34d commit e7d857b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Pdf2Html/Dockerfile

Lines changed: 2 additions & 2 deletions
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 fbfa07fdc1fd14bee2cb6f4c0f5f85e017bc6614 https://github.com/CoreFiling/pdf2htmlEX
8+
RUN git clone --depth=1 --branch feature/cfl-patches https://github.com/CoreFiling/pdf2htmlEX
99
WORKDIR /source/pdf2htmlEX
1010

1111
RUN ./buildScripts/buildInstallLocallyApt
@@ -29,4 +29,4 @@ WORKDIR /app
2929
COPY --from=build /app ./
3030
ENV ASPNETCORE_URLS=http://+:8080
3131
EXPOSE 8080
32-
CMD ["./Pdf2Html"]
32+
CMD ["./Pdf2Html"]

0 commit comments

Comments
 (0)