Skip to content

Commit a2d892c

Browse files
authored
ci: bump alpine base image for arm64 and x64 (microsoft#34)
* ci: bump alpine base image for arm64 and x64 * chore: update python package name
1 parent 9385940 commit a2d892c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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/alpine:3.16
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ARG REPO=node
2-
ARG TAG=14.16.0-alpine
1+
ARG REPO=alpine
2+
ARG TAG=3.16
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)