mbudisic commited on
Commit
cd9b685
·
1 Parent(s): b227c37

Updated python version in docker container

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Get a distribution that has uv already installed
2
- FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
3
 
4
  # Add user - this is the user that will run the app
5
  # If you do not set user, the app will run as root (undesirable)
 
1
  # Get a distribution that has uv already installed
2
+ FROM ghcr.io/astral-sh/uv:python3.11-bookworm-slim
3
 
4
  # Add user - this is the user that will run the app
5
  # If you do not set user, the app will run as root (undesirable)