Update the Makefile to use the latest Docker image

This commit is contained in:
w0rp 2017-04-03 22:17:39 +01:00
parent 22307ccabc
commit 10d8b4bfd7
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 = 26d48d06e5e8
CURRENT_IMAGE_ID = 30a9967dbdb1
DOCKER_FLAGS = --rm -v $(PWD):/testplugin -v $(PWD)/test:/home "$(IMAGE)"
tests = test/*.vader test/*/*.vader test/*/*/*.vader test/*/*/*/*.vader