From 648db6018e4cc89dc2a2ffe0bc3b53dc561a7932 Mon Sep 17 00:00:00 2001 From: djoh Date: Fri, 15 Mar 2024 20:58:24 +0200 Subject: [PATCH] update bun to 1.0.31 --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 2586013..9f1adf9 100644 --- a/nodejs.Dockerfile +++ b/nodejs.Dockerfile @@ -4,7 +4,7 @@ ARG DEBIAN_FRONTEND=noninteractive ARG TARGETARCH ARG NODE_VERSION ARG X_URL=https://deb.nodesource.com/setup_$NODE_VERSION.x -ARG BUN_VERSION=v1.0.30 +ARG BUN_VERSION=v1.0.31 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \