about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2024-04-11 17:13:05 +0200
committerAlan Pearce2024-04-11 17:13:05 +0200
commit848980f481fec6fdc5f607cce2db7f2c77db0c58 (patch)
tree2686433b419adb98b8be042e09ae4be3de3eec4e /Dockerfile
parentb696c32da597727126980f205be5e1e1e5c3c2cd (diff)
downloadwebsite-848980f481fec6fdc5f607cce2db7f2c77db0c58.tar.lz
website-848980f481fec6fdc5f607cce2db7f2c77db0c58.tar.zst
website-848980f481fec6fdc5f607cce2db7f2c77db0c58.zip
Update bun
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8ef0382..915a6a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 # syntax = docker/dockerfile:1
 
 # Adjust BUN_VERSION as desired
-ARG BUN_VERSION=1.0.36
+ARG BUN_VERSION=1.1.2
 FROM docker.io/oven/bun:${BUN_VERSION} as base
 
 LABEL fly_launch_runtime="Bun"