fix deno revision

This commit is contained in:
Ruben Fiszel
2023-07-12 04:05:57 +02:00
parent 3c6c6f421c
commit 1e19e643b2
+1 -1
View File
@@ -166,7 +166,7 @@ COPY --from=frontend /frontend/build /static_frontend
COPY --from=builder /windmill/target/release/windmill ${APP}/windmill
COPY --from=downloader /deno /bin/deno
COPY --from=downloader /deno /usr/bin/deno
RUN chmod 755 /bin/deno
COPY --from=nsjail /nsjail/nsjail /bin/nsjail