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.20231218.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Jan 10, 2024
1 parent ffd6c4b commit af300f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EOT
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked <<EOT
apt-get update
apt-get install -y --no-install-recommends curl gnupg git patch ca-certificates python3
apt-get install -y --no-install-recommends curl gnupg git patch ca-certificates python3 python3-distutils tcl
echo "
deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-${LLVM_VERSION} main
deb-src http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-${LLVM_VERSION} main
Expand All @@ -36,7 +36,7 @@ EOT

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

# Patch workerd
COPY workerd.patch ./
Expand Down

0 comments on commit af300f2

Please sign in to comment.