Skip to content

Commit

Permalink
update python version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed May 3, 2024
1 parent 0bc2388 commit 5b9c97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9
FROM python:3.10

RUN useradd -m -U app

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wipac:cicd_setup_builder]
python_min = 3.8
python_min = 3.10
package_dirs = people_directory

[metadata] # generated by wipac:cicd_setup_builder: version
Expand Down

0 comments on commit 5b9c97f

Please sign in to comment.