Update to alpine 3.13

This commit is contained in:
2021-04-26 18:24:31 +02:00
parent e2aa247c2d
commit 4ab9ba97ca
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3-alpine3.7
FROM python:3-alpine3.13
RUN mkdir -p /app
WORKDIR /app

View File

@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.13
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache \

View File

@@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.13
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
# added to fix #522

View File

@@ -1,5 +1,5 @@
# This is an idle image to dynamically replace any component if disabled.
FROM alpine:3.7
FROM alpine:3.13
CMD sleep 1000000d

View File

@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.13
RUN apk add --no-cache postfix postfix-sqlite postfix-pcre rsyslog python py-jinja2

View File

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

View File

@@ -1,4 +1,4 @@
FROM python:alpine3.7
FROM python:alpine3.13
RUN apk add --no-cache fetchmail ca-certificates

View File

@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.13
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates