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

Move to alpine:3.8. Fixes #625 and #627
master
mergify[bot] 6 years ago committed by GitHub
commit 39f58c03ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar

@ -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 \

Loading…
Cancel
Save