Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM ghcr.io/astral-sh/uv:0.11.6-python3.13-trixie@sha256:b3c543b6c4f23a5f2df22866bd7857e5d304b67a564f4feab6ac22044dde719b AS uv_source
|
| 2 |
FROM tianon/gosu:1.19-trixie@sha256:3b176695959c71e123eb390d427efc665eeb561b1540e82679c15e992006b8b9 AS gosu_source
|
| 3 |
-
FROM node:
|
| 4 |
|
| 5 |
# Disable Python stdout buffering to ensure logs are printed immediately
|
| 6 |
ENV PYTHONUNBUFFERED=1
|
|
|
|
| 1 |
FROM ghcr.io/astral-sh/uv:0.11.6-python3.13-trixie@sha256:b3c543b6c4f23a5f2df22866bd7857e5d304b67a564f4feab6ac22044dde719b AS uv_source
|
| 2 |
FROM tianon/gosu:1.19-trixie@sha256:3b176695959c71e123eb390d427efc665eeb561b1540e82679c15e992006b8b9 AS gosu_source
|
| 3 |
+
FROM node:23-bookworm-slim
|
| 4 |
|
| 5 |
# Disable Python stdout buffering to ensure logs are printed immediately
|
| 6 |
ENV PYTHONUNBUFFERED=1
|