Python 3.13 in Dokerfile too
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ COPY frontend/ ./
|
|
5 |
RUN npm ci
|
6 |
RUN npm run build
|
7 |
|
8 |
-
FROM ghcr.io/astral-sh/uv:python3.
|
9 |
|
10 |
RUN useradd -m -u 1000 user
|
11 |
|
|
|
5 |
RUN npm ci
|
6 |
RUN npm run build
|
7 |
|
8 |
+
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
|
9 |
|
10 |
RUN useradd -m -u 1000 user
|
11 |
|