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