diff options
author | 2022-02-21 15:38:38 -0800 | |
---|---|---|
committer | 2022-02-21 15:38:38 -0800 | |
commit | 427de617028872a7055b41c61776ef5c965d567a (patch) | |
tree | c334ed1e52979ea050675e991826164a15aa3090 | |
parent | 1d58a7aadd0e4521b5b99a261ab3db346106601d (diff) | |
download | bun-427de617028872a7055b41c61776ef5c965d567a.tar.gz bun-427de617028872a7055b41c61776ef5c965d567a.tar.zst bun-427de617028872a7055b41c61776ef5c965d567a.zip |
Bump webkit in base image
-rw-r--r-- | Dockerfile.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.base b/Dockerfile.base index 4c397079e..30e34bdb2 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -93,7 +93,7 @@ RUN cd $GITHUB_WORKSPACE && \ rm zig-linux-$BUILDARCH.zip; RUN cd $GITHUB_WORKSPACE && \ - curl -o bun-webkit-linux-$BUILDARCH.tar.gz -L https://github.com/Jarred-Sumner/WebKit/releases/download/Bun-v0-llvm13/bun-webkit-linux-$BUILDARCH.tar.gz && \ + curl -o bun-webkit-linux-$BUILDARCH.tar.gz -L https://github.com/Jarred-Sumner/WebKit/releases/download/Feb-20/bun-webkit-linux-$BUILDARCH.tar.gz && \ tar -xzf bun-webkit-linux-$BUILDARCH.tar.gz && \ rm bun-webkit-linux-$BUILDARCH.tar.gz && \ cat $WEBKIT_OUT_DIR/include/cmakeconfig.h > /dev/null |