mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 22:25:35 +00:00
Update package versions
This commit is contained in:
parent
c372e3232f
commit
7d6fccb05d
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
|
|||
ENV PATH=$PATH:/root/.cargo/bin
|
||||
RUN \
|
||||
pip install --upgrade pip && \
|
||||
pip wheel --wheel-dir /wheels apprise uwsgi mysqlclient minio psycopg-c==3.2.1 -r /tmp/requirements.txt
|
||||
pip wheel --wheel-dir /wheels apprise uwsgi mysqlclient minio psycopg-c==3.2.3 -r /tmp/requirements.txt
|
||||
|
||||
COPY . /opt/healthchecks/
|
||||
RUN \
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
aiosmtpd==1.4.6
|
||||
cronsim==2.5
|
||||
Django==5.1.1
|
||||
Django==5.1.2
|
||||
django-compressor==4.5.1
|
||||
django-stubs-ext==5.0.4
|
||||
fido2==1.1.3
|
||||
oncalendar==1.1
|
||||
psycopg==3.2.1
|
||||
psycopg==3.2.3
|
||||
pycurl==7.45.2
|
||||
pydantic==2.8.2
|
||||
pydantic==2.9.2
|
||||
pyotp==2.9.0
|
||||
segno==1.6.1
|
||||
statsd==4.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue