Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Moorhouse <[email protected]>
  • Loading branch information
joemoorhouse committed Dec 20, 2023
1 parent 5e6936c commit 3139c87
Show file tree
Hide file tree
Showing 5 changed files with 1,040 additions and 2,187 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN \
# Install shadow-utils for adduser functionality
microdnf -y install shadow-utils \
# Install Python 3.9
&& microdnf -y install python39 \
&& microdnf -y install python38 \
# Install application
&& pip3 install . \
# Clean up unnecessary data
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
waitress = "*"
Flask = "*"
flask-cors = "*"
physrisk-lib = "==0.19.0"
physrisk-lib = "==0.20.0"
flask-jwt-extended = "*"

[dev-packages]
Expand Down
Loading

0 comments on commit 3139c87

Please sign in to comment.