From 7aa9f61386c23813e3e99c2028d7c68f289cebff Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 17 Feb 2021 13:04:55 +0200 Subject: [PATCH] Revert "Revert the last commit." This reverts commit fe7fdfb4d421c5a2815f31b885b6d00b6d321e21. The image is now available. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5d37a2..4b2738a 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.12 +FROM registry.hub.docker.com/library/python:3.6-alpine3.13 COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/ # hadolint ignore=DL3013 RUN pip install --no-cache-dir pipenv -- GitLab