From b2e62f86572c38a105dbfe5e034b68183126c32f Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 7 Nov 2019 13:58:03 +0300 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 80918b2..e7ad9bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie-slim -ENV TYKVERSION 1.9.1 +ENV TYKVERSION 1.8.6~131.9b5eb1a ENV TYKLISTENPORT 3000 LABEL Description="Tyk Dashboard docker image" Vendor="Tyk" Version=$TYKVERSION @@ -19,7 +19,7 @@ RUN apt-get update \ && apt-get autoremove -y \ && rm -rf /root/.npm && rm -rf /root/.node-gyp -RUN echo "deb https://packagecloud.io/tyk/tyk-dashboard/debian/ jessie main" | tee /etc/apt/sources.list.d/tyk_tyk-dashboard.list \ +RUN echo "deb https://packagecloud.io/tyk/tyk-dashboard-unstable/debian/ jessie main" | tee /etc/apt/sources.list.d/tyk_tyk-dashboard.list \ && apt-get update \ && apt-get install --allow-unauthenticated -f --force-yes -y tyk-dashboard=$TYKVERSION \ && rm -rf /var/lib/apt/lists/* From ff3d51a872782b2a3a325b9542839a558961f077 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Thu, 7 Nov 2019 20:37:34 +0300 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7ad9bd..4098038 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie-slim -ENV TYKVERSION 1.8.6~131.9b5eb1a +ENV TYKVERSION 1.8.6~132.98a770e ENV TYKLISTENPORT 3000 LABEL Description="Tyk Dashboard docker image" Vendor="Tyk" Version=$TYKVERSION