Skip to content

Commit

Permalink
update PI to 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ssd authored and Sida Say committed Oct 17, 2022
1 parent d57c0ee commit e700475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.13-bullseye
FROM python:3.8.15-bullseye

LABEL maintainer="Sida Say <sida.say@khalibre.com>"

Expand Down Expand Up @@ -56,7 +56,7 @@ RUN python3 -m venv $VIRTUAL_ENV

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

ARG PI_VERSION=3.7.2
ARG PI_VERSION=3.7.3

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

0 comments on commit e700475

Please sign in to comment.