From 51cf4e5cf33587f0f151a4ee9aef2499bfbef664 Mon Sep 17 00:00:00 2001 From: djoh Date: Sun, 1 Dec 2024 07:58:50 +0900 Subject: [PATCH] Update nodejs.Dockerfile --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 4009776..0141a1e 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.36 +ARG BUN_VERSION=v1.1.38 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \