mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-10 03:54:09 -06:00
feat(ppc64): update nodejs
This commit is contained in:
parent
fa7712f465
commit
cb344c400f
@ -3,7 +3,7 @@ ARG TAG=20.04
|
|||||||
FROM ${REPO}:${TAG}
|
FROM ${REPO}:${TAG}
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG NODE_VERSION="16.20.2"
|
ARG NODE_VERSION="20.18.2"
|
||||||
|
|
||||||
# ubuntu keeps its i386/amd64 and other architecture repos separate
|
# ubuntu keeps its i386/amd64 and other architecture repos separate
|
||||||
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
|
# the default i386/amd64 packages can be found in http://archive.ubuntu.com while all other architectures are in http://ports.ubuntu.com/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user