From 13eee003a88f2462db9cea39b51bddb7d784a8b1 Mon Sep 17 00:00:00 2001 From: djoh Date: Fri, 22 Nov 2024 00:33:02 +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 c2ebb3f..4009776 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.33 +ARG BUN_VERSION=v1.1.36 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \