Skip to content

Commit

Permalink
update bun to 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts authored Dec 10, 2023
1 parent d125c82 commit d3ef9b6
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 @@ -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 && \
Expand Down

0 comments on commit d3ef9b6

Please sign in to comment.