From f596e69454b1727c8b899966bc3c9c9c3d00a903 Mon Sep 17 00:00:00 2001 From: Tommy Chen Date: Wed, 10 Apr 2024 17:37:45 +0800 Subject: [PATCH] chore: Update workerd to 1.20240405.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f489bf..c625e9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ EOT # Download workerd source code WORKDIR /workspace -RUN curl -L https://github.com/cloudflare/workerd/archive/refs/tags/v1.20240223.0.tar.gz | tar -zx --strip-component=1 -C ./ +RUN curl -L https://github.com/cloudflare/workerd/archive/refs/tags/v1.20240405.0.tar.gz | tar -zx --strip-component=1 -C ./ # Patch workerd COPY workerd.patch ./