test: specify version of gitbox image

This commit is contained in:
Pierre Vanduynslager 2019-10-10 11:50:30 -04:00
parent 4b66303d2f
commit ff60ac594c

View File

@ -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';