diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 1ca532c..93c132b 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.0.26 +ARG BUN_VERSION=v1.0.28 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \