From ade455077ec88ed5466360e0db6da357686c7c77 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 10 Apr 2021 16:55:17 +0300
Subject: [PATCH] Updates.

- Newer Python.
- Newer Alpine.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0ae82fa..61b8321 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:3.7-alpine3.10
+FROM python:3.9-alpine3.13
 # hadolint ignore=DL3013
 RUN pip install --no-cache-dir --progress-bar=off \
         awscli-cwlogs \
-- 
GitLab