Skip to content

Commit

Permalink
fix: revert bun to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Oct 30, 2023
1 parent ef6d00d commit 0c112e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PATH="${PATH}:/root/.bun/bin"
RUN apt update
RUN apt install curl unzip patch -y

RUN curl https://bun.sh/install | bash -s -- bun-v1.0.7
RUN curl https://bun.sh/install | bash -s -- bun-v1.0.3

RUN bun -v

Expand Down

0 comments on commit 0c112e1

Please sign in to comment.