mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
ci: update Dockerfile python version
This commit is contained in:
@@ -6,7 +6,7 @@ COPY web ./web
|
|||||||
|
|
||||||
RUN cd web && npm install && npm run build
|
RUN cd web && npm install && npm run build
|
||||||
|
|
||||||
FROM python:3.10.13-slim
|
FROM python:3.12.7-slim
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user