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 ./