Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 6feeebc

Browse files
committed
Added specific version numbers
1 parent 28a6468 commit 6feeebc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ENV SECRET_KEY=SuperRandomStringToBeUsedForEncryption
1212
COPY ./requirements.txt /app/requirements.txt
1313

1414
WORKDIR /app
15-
RUN pip3 install -r requirements.txt
15+
RUN pip3 install -r requirements.txt
1616
ENV PYTHONIOENCODING=UTF-8
17-
RUN pip3 install sqlalchemy_utils flask_dance flask_caching python-gitlab
17+
RUN pip3 install sqlalchemy_utils==0.38.3 flask_dance==5.1.0 Flask-Caching==1.11.1 python-gitlab==3.10.0
1818

1919
COPY . /app
2020

Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY ./requirements.txt /app/requirements.txt
1414
WORKDIR /app
1515
RUN pip3 install -r requirements.txt
1616
ENV PYTHONIOENCODING=UTF-8
17-
RUN pip3 install sqlalchemy_utils flask_dance flask_caching python-gitlab
17+
RUN pip3 install sqlalchemy_utils==0.38.3 flask_dance==5.1.0 Flask-Caching==1.11.1 python-gitlab==3.10.0
1818

1919
COPY . /app
2020

0 commit comments

Comments
 (0)