From 882b964570289956967b88f6f9f451b391cd4dff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:50:15 +0000 Subject: [PATCH] Update oven/bun Docker tag to v1.1.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 775faaa..77079c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1 -ARG BUN_VERSION=1.0.1 +ARG BUN_VERSION=1.1.18 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Bun"