From f0de48c0d518a5fcfbad1a1aef50e9b8a60b3ece Mon Sep 17 00:00:00 2001 From: djoh Date: Fri, 30 Aug 2024 23:43:10 +0900 Subject: [PATCH] update bun to 1.1.26 --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 6e1db3d..871b774 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.1.25 +ARG BUN_VERSION=v1.1.26 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \