Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore: Update workerd to 1.20231030.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Nov 10, 2023
1 parent be65df1 commit ffd6c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EOT

# Download workerd source code
WORKDIR /workspace
RUN curl -L https://github.com/cloudflare/workerd/archive/refs/tags/v1.20231025.0.tar.gz | tar -zx --strip-component=1 -C ./
RUN curl -L https://github.com/cloudflare/workerd/archive/refs/tags/v1.20231030.0.tar.gz | tar -zx --strip-component=1 -C ./

# Patch workerd
COPY workerd.patch ./
Expand Down

0 comments on commit ffd6c4b

Please sign in to comment.