Skip to content

Commit

Permalink
Update nodejs.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts authored Nov 21, 2024
1 parent 5f562a4 commit 13eee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.33
ARG BUN_VERSION=v1.1.36

RUN apt update && \
apt install -y curl software-properties-common default-jre locales git unzip && \
Expand Down

0 comments on commit 13eee00

Please sign in to comment.