about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2023-11-23 19:44:00 +0100
committerAlan Pearce2023-11-23 19:44:00 +0100
commit67979a12fad16977f93b547457f416a1c8a1cd70 (patch)
tree99fb4a20d27495cffccaa62531c279dd1f72acd7 /Dockerfile
parent4cbe5225fa8ffb40490eeee5c22dbd4f3bdd9cee (diff)
downloadwebsite-67979a12fad16977f93b547457f416a1c8a1cd70.tar.lz
website-67979a12fad16977f93b547457f416a1c8a1cd70.tar.zst
website-67979a12fad16977f93b547457f416a1c8a1cd70.zip
Update dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f858c2..26d170a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 # syntax = docker/dockerfile:1
 
 # Adjust BUN_VERSION as desired
-ARG BUN_VERSION=1.0.1
+ARG BUN_VERSION=1.0.12
 FROM oven/bun:${BUN_VERSION} as base
 
 LABEL fly_launch_runtime="Bun"