From e4f18770e02a798db9b43e560a6a7fff7184994e Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 2 Apr 2017 22:29:01 +0100 Subject: [PATCH] Update the Makefile to use the latest Docker build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a37014f..57c8bda 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /usr/bin/env bash IMAGE ?= w0rp/ale -CURRENT_IMAGE_ID = 107e4efc4267 +CURRENT_IMAGE_ID = 82334204724d DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)" tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader