Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AsunaTsuki authored Mar 21, 2023
1 parent 8157673 commit c2fcac1
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 @@ -3,7 +3,7 @@ FROM python:3.9-slim-buster
ARG TARGETARCH

COPY install_wkhtmltox.sh /build/install_wkhtmltox.sh
RUN /build/install_wkhtmltox.sh 0.12.6-1 buster $TARGETARCH
RUN /build/install_wkhtmltox.sh 0.12.5 buster $TARGETARCH
RUN rm -R /build

ENV PYTHONPATH=${PYTHONPATH}:${PWD}
Expand Down

0 comments on commit c2fcac1

Please sign in to comment.