From 6a86b56cf715b6e5db36c77aeaf6cca1162d880d Mon Sep 17 00:00:00 2001 From: Julien Cabillot Date: Wed, 1 May 2019 14:19:15 -0400 Subject: [PATCH] test --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94ea9fc..0f80993 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM python:alpine LABEL maintainer="Julien Cabillot " -ARG CLI_VERSION=1.16.148 +#ARG CLI_VERSION=1.16.148 +ARG CLI_VERSION=1.16.64 RUN apk --no-cache upgrade && \ apk --no-cache add --virtual build-dependencies \