From d3ef9b661ae0013b115922ae9dfbfe316cec4c26 Mon Sep 17 00:00:00 2001 From: djoh Date: Mon, 11 Dec 2023 00:19:20 +0200 Subject: [PATCH] update bun to 1.0.16 --- nodejs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 407d086..f2cdb5e 100644 --- a/nodejs.Dockerfile +++ b/nodejs.Dockerfile @@ -3,7 +3,7 @@ ARG DEBIAN_FRONTEND=noninteractive ARG NODE_VERSION ARG X_URL=https://deb.nodesource.com/setup_$NODE_VERSION.x -ARG BUN_VERSION=v1.0.15 +ARG BUN_VERSION=v1.0.16 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \