makefiles/docker.inc.mk: use release docker image

This commit is contained in:
Benjamin Valentin 2021-10-28 11:51:35 +02:00
parent ada0f2fb94
commit 0a851ba3ac

View File

@ -1,4 +1,4 @@
export DOCKER_IMAGE ?= riot/riotbuild:latest export DOCKER_IMAGE ?= riot/riotbuild:2021.10
export DOCKER_BUILD_ROOT ?= /data/riotbuild export DOCKER_BUILD_ROOT ?= /data/riotbuild
DOCKER_RIOTBASE ?= $(DOCKER_BUILD_ROOT)/riotbase DOCKER_RIOTBASE ?= $(DOCKER_BUILD_ROOT)/riotbase
# List of Docker-enabled make goals # List of Docker-enabled make goals