Skip to content

Commit

Permalink
use versioned install
Browse files Browse the repository at this point in the history
  • Loading branch information
David J. M. Karlsen committed Jan 29, 2024
1 parent b420c00 commit aaa4fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-bookworm
RUN npm install -g @usebruno/cli
RUN npm install -g @usebruno/cli@1.3.0
ENTRYPOINT ["bru"]
CMD ["run"]
CMD ["run"]

0 comments on commit aaa4fe8

Please sign in to comment.