Skip to content

Commit

Permalink
update pi to v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ssd authored and Sida Say committed Nov 22, 2022
1 parent 2460ede commit fd1a745
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 @@ -56,7 +56,7 @@ RUN python3 -m venv $VIRTUAL_ENV

ENV PATH="$VIRTUAL_ENV/bin:$PATH"

ARG PI_VERSION=3.7.3
ARG PI_VERSION=3.7.4

RUN pip3 install wheel && \
pip3 install uwsgi pymysql-sa PyMySQL psycopg2-binary && \
Expand Down

0 comments on commit fd1a745

Please sign in to comment.