[tor-commits] [donate-static/master] Actually use the right docker image

kez at torproject.org kez at torproject.org
Mon Oct 25 00:20:18 UTC 2021


commit 883b55ebed39d1af6da887a10718cadabaeffddf
Author: kez <kez at torproject.org>
Date:   Wed Oct 20 11:25:43 2021 -0700

    Actually 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 6c767e2c..32489bb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: nodejs:buster-current
+image: node:current-bullseye
 
 # This template should be usable on any system that's based on apt.
 # taken from tor gitlabci





More information about the tor-commits mailing list