Skip to content

Commit a5cbb6a

Browse files
committed
correct the url of libwkhtmltox.so
1 parent 7eebd01 commit a5cbb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ WORKDIR /app
4747
COPY --from=build-env /app/src/SimplCommerce.WebHost/out ./
4848
COPY --from=build-env /app/src/SimplCommerce.WebHost/dbscript.sql ./
4949

50-
RUN curl -SL "https://github.com/rdvojmoc/DinkToPdf/tree/master/v0.12.4/64%20bit/libwkhtmltox.so" --output ./libwkhtmltox.so
50+
RUN curl -SL "https://github.com/rdvojmoc/DinkToPdf/raw/v1.0.8/v0.12.4/64%20bit/libwkhtmltox.so" --output ./libwkhtmltox.so
5151

5252
COPY --from=build-env /app/docker-entrypoint.sh /
5353
RUN chmod 755 /docker-entrypoint.sh

0 commit comments

Comments
 (0)