brightening-eyes commited on
Commit
0deef9b
·
1 Parent(s): 835c41f

update python for sqlite

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.10.5
2
 
3
  # Set the working directory to /code
4
  WORKDIR /code
 
1
+ FROM python:3.11.14
2
 
3
  # Set the working directory to /code
4
  WORKDIR /code