From 3a613f84c64817c5075c5264300468267d647f18 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 13 Jan 2018 08:08:57 +0100 Subject: [PATCH] switched to stretch for latest --- contrib/docker/release/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/docker/release/Dockerfile b/contrib/docker/release/Dockerfile index 55b3f226..e3a4259f 100644 --- a/contrib/docker/release/Dockerfile +++ b/contrib/docker/release/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:jessie +FROM debian:stretch RUN apt-get update && apt-get install -y \ logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \ @@ -12,7 +12,7 @@ ENV EBUSD_ARCH amd64 LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" -RUN curl -SL https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}-jessie_mqtt1.deb > ebusd.deb +RUN curl -SL https://github.com/john30/ebusd/releases/download/v${EBUSD_VERSION}/ebusd-${EBUSD_VERSION}_${EBUSD_ARCH}-stretch_mqtt1.deb > ebusd.deb RUN dpkg -i ebusd.deb