Skip to content

Commit

Permalink
Update Dockerfileand dependencies (#180)
Browse files Browse the repository at this point in the history
* Rollback to 3.11 in Dockerfile to avoid errors
* Update dependencies
  • Loading branch information
ehanson8 committed Oct 18, 2023
1 parent 728de58 commit df07978
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 70 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim as build
FROM python:3.11-slim as build
WORKDIR /app
COPY . .

Expand Down
134 changes: 65 additions & 69 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df07978

Please sign in to comment.