diff --git a/Dockerfile b/Dockerfile index 25ea9c3f7..992336ee0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG GO_VERSION=latest ### Lattice builder ### ####################### -FROM moleculacorp/nodejs:latest as lattice-builder +FROM ghcr.io/featurebasedb/nodejs:0.0.1 as lattice-builder WORKDIR /lattice COPY lattice/package.json ./ diff --git a/lattice/Dockerfile b/lattice/Dockerfile index 6aa669e54..e0c57c68a 100644 --- a/lattice/Dockerfile +++ b/lattice/Dockerfile @@ -1,4 +1,4 @@ -FROM moleculacorp/nodejs:latest as build +FROM ghcr.io/featurebasedb/nodejs:0.0.1 as build # make sure that your docker settings allow for at least like 4gb of ram, it # takes a lot to build this WORKDIR /lattice