Skip to content
Snippets Groups Projects

Bump dependencies

Merged Jonas Braathen requested to merge bump-deps into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -17,6 +17,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
RUN pip3 install poetry gunicorn
RUN mkdir /greg
WORKDIR /greg
COPY pyproject.toml /greg
COPY poetry.lock /greg
Loading