From f2c8fe7490e32e78d6890a29397ce4ab6c11724f Mon Sep 17 00:00:00 2001 From: djoh Date: Sat, 26 Oct 2024 13:02:43 +0300 Subject: [PATCH] Update nodejs.Dockerfile --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 4a2e63f..c2ebb3f 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.26 +ARG BUN_VERSION=v1.1.33 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \