diff --git a/Dockerfile b/Dockerfile index 6b3b86d..5f489bf 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.20240129.0.tar.gz | tar -zx --strip-component=1 -C ./ +RUN curl -L https://github.com/cloudflare/workerd/archive/refs/tags/v1.20240223.0.tar.gz | tar -zx --strip-component=1 -C ./ # Patch workerd COPY workerd.patch ./