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.20240223.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Feb 29, 2024
1 parent 57c8ce7 commit 6027c1a
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.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 ./
Expand Down

0 comments on commit 6027c1a

Please sign in to comment.