Skip to content

Commit 4ad8f8e

Browse files
committed
typev: compiler opt
1 parent b1b2614 commit 4ad8f8e

2 files 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-20-05-2026.zip && \
15+
https://typev.s3.fr-par.scw.cloud/typev-21-05-2026.zip && \
1616
unzip -q /tmp/typev.zip -d /app && \
1717
rm /tmp/typev.zip
1818

-1.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)