diff --git a/Dockerfile b/Dockerfile index 38ee10e4c8fe8153c3b861fbc273a27b12e436cb..0ced0a73c04623ed550d31f653ae833086f519db 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.14 COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/ # hadolint ignore=DL3018 RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \