Merge pull request #557 from usrpro/1.5

Pin Alpine 3.7
This commit is contained in:
kaiyou
2018-09-16 19:55:16 +02:00
committed by GitHub
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,4 +1,4 @@
FROM alpine:edge FROM alpine:3.7
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl

View File

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

View File

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

View File

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

View File

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

View File

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