From 5834743cd9d42fc2061f8ccdf197d64ac53ed049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:07:14 +0000 Subject: [PATCH] Update oven/bun Docker tag to v1.1.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 775faaa..56024ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax = docker/dockerfile:1 -ARG BUN_VERSION=1.0.1 +ARG BUN_VERSION=1.1.7 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Bun"