aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-21 14:39:23 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-12-21 14:57:04 -0800
commitf40d6bd94d0d95fb95a0c1cff0783758efa86dff (patch)
treee35a67081547ef8b630c853a530c02e89a0b771d /Dockerfile
parent4f7d06500c073c3ac35c2fc6bdbd0ce90e03f36f (diff)
downloadbun-f40d6bd94d0d95fb95a0c1cff0783758efa86dff.tar.gz
bun-f40d6bd94d0d95fb95a0c1cff0783758efa86dff.tar.zst
bun-f40d6bd94d0d95fb95a0c1cff0783758efa86dff.zip
Bun v0.4.0
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f5f16056b..dce2766f1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ ARG WEBKIT_URL="https://github.com/oven-sh/WebKit/releases/download/$WEBKIT_TAG/
ARG ZIG_URL="https://github.com/oven-sh/zig/releases/download/$ZIG_TAG/zig-linux-$BUILDARCH.zip"
ARG GIT_SHA=""
-ARG BUN_BASE_VERSION=0.3
+ARG BUN_BASE_VERSION=0.4
FROM bitnami/minideb:bullseye as bun-base