Skip to content

Commit 007bc8f

Browse files
authored
bump node on alpine (microsoft#20) (microsoft#22)
* bump node on alpine * fix images * oops
1 parent 0d4c972 commit 007bc8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

alpine-arm64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM arm64v8/node:14.16.0-alpine
1+
FROM arm64v8/node:16.19.1-alpine
22

3-
RUN apk add g++ python make git bash curl perl pkgconfig libsecret-dev && uname -m
3+
RUN apk add g++ python3 make git bash curl perl pkgconfig libsecret-dev && uname -m
44

55
RUN mkdir -p /root/vscode
66
WORKDIR /root/vscode

alpine-x64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG REPO=node
2-
ARG TAG=14.16.0-alpine
2+
ARG TAG=16.19.1-alpine
33
FROM ${REPO}:${TAG}
44

5-
RUN apk add g++ python make git bash curl perl pkgconfig libsecret-dev
5+
RUN apk add g++ python3 make git bash curl perl pkgconfig libsecret-dev
66

77
RUN mkdir -p /root/vscode
88
WORKDIR /root/vscode

0 commit comments

Comments
 (0)