build: pin runtime image to specific date

This will prevent the builds from failing if we update the base image

Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
This commit is contained in:
Petros Angelatos 2016-09-13 18:21:27 -07:00
parent 0546ba51d9
commit edc7804de7

View File

@ -1,5 +1,5 @@
# Minimal runtime image
FROM resin/%%ARCH%%-supervisor-base
FROM resin/%%ARCH%%-supervisor-base:20160913
WORKDIR /usr/src/app