DylanonWic commited on
Commit
e1a44f5
1 Parent(s): f952f9b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official Python runtime as a parent image
2
- FROM python:3.10-slim
3
 
4
  RUN useradd -m -u 1000 user
5
  USER user
 
1
  # Use an official Python runtime as a parent image
2
+ FROM python:3.11.9-slim
3
 
4
  RUN useradd -m -u 1000 user
5
  USER user