From 96fa4d891ab5189a46076d398baad87b068555d2 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Mon, 11 May 2026 10:50:26 +0530 Subject: [PATCH] fix: update Bun version in Dockerfile to support new lockfile format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e749c5a..f41aa88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun:1.1 +FROM oven/bun:latest WORKDIR /app COPY package.json bun.lock ./ RUN bun install --frozen-lockfile