Update the Makefile to use the latest Docker build

This commit is contained in:
w0rp 2017-04-02 22:29:01 +01:00
parent bfc16ed2ec
commit e4f18770e0
1 changed files with 1 additions and 1 deletions

View File

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