From df675b6a95510ec00ca1f7e37af67c751ba84153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 16:34:10 +0000 Subject: [PATCH] chore(deps): update oven/bun docker tag to v1.2.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c4f94ca..150b152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Adjust BUN_VERSION as desired -ARG BUN_VERSION=1.0.14 +ARG BUN_VERSION=1.2.23 FROM oven/bun:${BUN_VERSION} as base LABEL fly_launch_runtime="Remix"