Skip to content

Commit c655423

Browse files
committed
docker: update inshellisense
1 parent 2356b38 commit c655423

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)