Merge pull request #644 from usrpro/fix-alpine-38

Move to alpine:3.8. Fixes #625 and #627
This commit is contained in:
mergify[bot]
2018-10-10 22:08:22 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates py-pip \
&& pip install --upgrade pip \