Skip to content

Commit b1b2614

Browse files
committed
feat(vm): TV_NO_DEFER_TASKRUN env toggle for COOP_TASKRUN ring init
1 parent 5a7fb74 commit b1b2614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/typev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
# typev VM — binary + FFI plugins (json, stdcore, stdsocket, ...). Pre-built
1313
# (-O3 -march=x86-64-v3, static liburing) and fetched from object storage
1414
RUN wget -q -O /tmp/typev.zip \
15-
https://typev.s3.fr-par.scw.cloud/typev-19-05-2026.zip && \
15+
https://typev.s3.fr-par.scw.cloud/typev-20-05-2026.zip && \
1616
unzip -q /tmp/typev.zip -d /app && \
1717
rm /tmp/typev.zip
1818

0 commit comments

Comments
 (0)