From 7d208d6318c32618469820607f9d5a1afb9ae727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Thu, 13 Feb 2020 15:25:38 +0100 Subject: [PATCH] doc: Use debian stable as the base image of the docker example --- docs/source/the_project/install_and_configure.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/the_project/install_and_configure.rst b/docs/source/the_project/install_and_configure.rst index 7fc7fbd..e724293 100644 --- a/docs/source/the_project/install_and_configure.rst +++ b/docs/source/the_project/install_and_configure.rst @@ -94,9 +94,7 @@ includes *Kapow!*. .. parsed-literal:: - FROM debian:stretch-slim - - RUN apt-get update + FROM debian:stable-slim ADD https://github.com/BBVA/kapow/releases/download/v\ |version|\ /kapow\_\ |version|\ _linux_amd64 /usr/bin/kapow