Skip to content

Commit 0c4a9fd

Browse files
authored
chore(ci): bump devtools-docker-test-envs to v1.3.4 COMPASS-9863 (#7341)
Bump devtools-docker-test-envs version
1 parent 9c656bb commit 0c4a9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/start-docker-envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "$HAS_DOCKER" = true ]; then
3939
LOGS_DIR="$SCRIPT_DIR/logs"
4040
mkdir -p "$LOGS_DIR"
4141

42-
git clone -b v1.3.2 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
42+
git clone -b v1.3.4 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
4343
$DOCKER_COMPOSE -f test-envs/docker/enterprise/docker-compose.yaml up -d
4444
$DOCKER_COMPOSE -f test-envs/docker/ldap/docker-compose.yaml up -d
4545
$DOCKER_COMPOSE -f test-envs/docker/scram/docker-compose.yaml up -d

0 commit comments

Comments
 (0)