diff --git a/Dockerfile b/Dockerfile index 89cf8615..d256c607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apk --no-cache add \ nginx-mod-http-brotli \ redis \ supervisor; \ - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community \ supercronic; RUN set -eux; \