fix: pin python version so we don't rebuild everytime they push a new version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
pwgen2155 2024-04-12 06:05:38 +00:00
parent e00e4e5526
commit 9515c878a3
Signed by: GammaSpectra.live Git
GPG key ID: 8B02E6093E9CB7B3

View file

@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.11@sha256:db07fba48daaf1c68c03676aadc73866414d25b4c278029f9873c784517613bf
COPY requirements.txt /data/
RUN pip install --no-cache-dir -r /data/requirements.txt