Skip to content

Commit 8fc3cc6

Browse files
Updates Docker images to use Node@20
1 parent d4d820f commit 8fc3cc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:alpine-3.17
1+
FROM waldekm/powershell:alpine-3.18
22

33
LABEL name="CLI for Microsoft 365 Development" \
44
description="Development container for contributing to CLI for Microsoft 365" \
@@ -22,7 +22,7 @@ RUN apk add --no-cache \
2222
shadow \
2323
zsh \
2424
jq \
25-
nodejs \
25+
nodejs-current \
2626
npm
2727

2828
RUN useradd \

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/powershell:alpine-3.17
1+
FROM waldekm/powershell:alpine-3.18
22

33
ARG CLI_VERSION=latest
44

@@ -21,7 +21,7 @@ RUN apk add --no-cache \
2121
bash \
2222
shadow \
2323
bash-completion \
24-
nodejs \
24+
nodejs-current \
2525
npm \
2626
python3 \
2727
py3-pip

0 commit comments

Comments
 (0)