From 4cc12dd3d362604d2ec5f11693bb81a15818db9f Mon Sep 17 00:00:00 2001 From: Sergey Zhukov Date: Fri, 12 Oct 2018 12:12:28 +0300 Subject: [PATCH] Replaced Alpine to the newest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a7e8b0..c33f963 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 +FROM alpine:latest # Versions: https://pypi.python.org/pypi/awscli#downloads ENV AWS_CLI_VERSION 1.15.3