From ff60ac594c6a3b4870a6c0424f5b385a1eaf7bcf Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Thu, 10 Oct 2019 11:50:30 -0400 Subject: [PATCH] test: specify version of gitbox image --- test/helpers/gitbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/gitbox.js b/test/helpers/gitbox.js index 2dba7c20..6ddd586f 100644 --- a/test/helpers/gitbox.js +++ b/test/helpers/gitbox.js @@ -3,7 +3,7 @@ import getStream from 'get-stream'; import pRetry from 'p-retry'; import {initBareRepo, gitShallowClone} from './git-utils'; -const IMAGE = 'pvdlg/docker-gitbox'; +const IMAGE = 'pvdlg/docker-gitbox:latest'; const SERVER_PORT = 80; const HOST_PORT = 2080; const SERVER_HOST = 'localhost';