diff --git a/nodejs.Dockerfile b/nodejs.Dockerfile index 0822e5e..b00791c 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.21 +ARG BUN_VERSION=v1.0.24 RUN apt update && \ apt install -y curl software-properties-common default-jre locales git unzip && \