Skip to content

Commit add15c3

Browse files
authored
Merge pull request #301 from carapace-sh/docker-inshellisense
docker: update inshellisense
2 parents a76bda1 + c655423 commit add15c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.docker/inshellisense/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM node:22-alpine
1+
FROM node:22-bookworm
22

3-
RUN npm install -g @microsoft/inshellisense@0.0.1-rc.21
3+
RUN npm install -g @microsoft/inshellisense
4+
RUN inshellisense reinit
45

56
ENTRYPOINT ["inshellisense"]

0 commit comments

Comments
 (0)