commit 1d51960fc186f95bf3f7067754fb5acaf8358b53 Author: kez kez@torproject.org Date: Wed Oct 20 11:23:43 2021 -0700
Use the right docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd31c274..6c767e2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:buster-slim +image: nodejs:buster-current
# This template should be usable on any system that's based on apt. # taken from tor gitlabci