Browse Source

Merge pull request #12520 from gaby/bump-docker

chore: Bump Python Docker image to python3.12
Timothy Jaeryang Baek 3 months ago
parent
commit
6274f4d0d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -34,7 +34,7 @@ ENV APP_BUILD_HASH=${BUILD_HASH}
 RUN npm run build
 RUN npm run build
 
 
 ######## WebUI backend ########
 ######## WebUI backend ########
-FROM python:3.11-slim-bookworm AS base
+FROM python:3.12-slim-bookworm AS base
 
 
 # Use args
 # Use args
 ARG USE_CUDA
 ARG USE_CUDA