From 088aef9a5c96dfdd75fb4d0b51ee45be0826f4b7 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Thu, 4 Jul 2024 13:16:00 +0100 Subject: [PATCH] bump bun version --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index e984ef7e..e05be861 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM oven/bun:1.0.29 +FROM oven/bun:1.1.3 ARG BUILD_SHA=default_value ENV __BUILD_SHA=$BUILD_SHA