From fe7fdfb4d421c5a2815f31b885b6d00b6d321e21 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 24 Jan 2021 19:59:08 +0200
Subject: [PATCH] Revert the last commit.

There aren't Alpine 3.13 tags for the Python image yet.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4b2738a..c5d37a2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 # hadolint ignore=DL3006
 FROM registry.shore.co.il/cron as supersonic
 
-FROM registry.hub.docker.com/library/python:3.6-alpine3.13
+FROM registry.hub.docker.com/library/python:3.6-alpine3.12
 COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/
 # hadolint ignore=DL3013
 RUN pip install --no-cache-dir pipenv
-- 
GitLab