Skip to content

Commit

Permalink
Merge branch 'main' into feature/better_error_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk authored Aug 20, 2024
2 parents 6c8c893 + 7cd3b86 commit 9bcf05b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.12.5-slim@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c
LABEL maintainer="Team Polarion (CLEW/WZU/POLARION) <polarion@sbb.ch>"
LABEL maintainer="SBB Polarion Team <polarion-opensource@sbb.ch>"

ARG APP_IMAGE_VERSION

RUN apt-get update && \
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
###### Requirements without Version Specifiers ######
flask
gevent
###### Requirements with Version Specifiers ######
flask==3.0.3
gevent==24.2.1
weasyprint==62.3

0 comments on commit 9bcf05b

Please sign in to comment.