aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-20 14:49:46 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-20 14:49:57 -0700
commit73e44e16ea3b66ebd4ae10f4890792671c22b417 (patch)
treef1b7a55246d470913c80f9e19da7e743242184f8
parent99da0ae54b45c152eb26bd72b74765695d619bdc (diff)
downloadbun-73e44e16ea3b66ebd4ae10f4890792671c22b417.tar.gz
bun-73e44e16ea3b66ebd4ae10f4890792671c22b417.tar.zst
bun-73e44e16ea3b66ebd4ae10f4890792671c22b417.zip
Update Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5b7ecc4f0..a8ded783d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ ARG ZIG_FILENAME=${ZIG_FOLDERNAME}.tar.xz
ARG WEBKIT_URL="https://github.com/oven-sh/WebKit/releases/download/$WEBKIT_TAG/${WEBKIT_BASENAME}.tar.gz"
ARG ZIG_URL="https://ziglang.org/builds/${ZIG_FILENAME}"
ARG GIT_SHA=""
-ARG BUN_BASE_VERSION=0.6
+ARG BUN_BASE_VERSION=0.7
FROM bitnami/minideb:bullseye as bun-base