summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-02 22:29:01 +0100
committerw0rp <devw0rp@gmail.com>2017-04-02 22:29:01 +0100
commite4f18770e02a798db9b43e560a6a7fff7184994e (patch)
tree561c32c78c93bb1d31f1a398cc536ba91f5c57e6 /Makefile
parentbfc16ed2eca7a6b54646533b8c3c0a8850b49579 (diff)
downloadale-e4f18770e02a798db9b43e560a6a7fff7184994e.zip
Update the Makefile to use the latest Docker build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a37014f9..57c8bda5 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