[Alpine] Update Alpine base images to v3.13

This commit is contained in:
andryyy
2021-02-18 08:48:12 +01:00
parent 0a3ea8ee3f
commit 27b18373cc
7 changed files with 43 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
@@ -14,8 +14,9 @@ RUN apk upgrade --no-cache \
tini \
tzdata \
python3 \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install acme-tiny
py3-pip \
&& pip3 install --upgrade pip \
&& pip3 install acme-tiny
COPY acme.sh /srv/acme.sh
COPY functions.sh /srv/functions.sh

View File

@@ -1,11 +1,17 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
WORKDIR /app
RUN apk add --update --no-cache python3 openssl tzdata \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade docker flask flask-restful
RUN apk add --update --no-cache python3 \
py3-pip \
openssl \
tzdata \
&& pip3 install --upgrade pip \
docker \
flask \
flask-restful
COPY dockerapi.py /app/

View File

@@ -1,15 +1,29 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV XTABLES_LIBDIR /usr/lib/xtables
ENV PYTHON_IPTABLES_XTABLES_VERSION 12
ENV IPTABLES_LIBDIR /usr/lib
RUN apk add --virtual .build-deps gcc python3-dev libffi-dev openssl-dev \
&& apk add -U python3 iptables ip6tables tzdata musl-dev \
&& pip3 install --upgrade pip python-iptables redis ipaddress dnspython \
RUN apk add --virtual .build-deps \
gcc \
python3-dev \
libffi-dev \
openssl-dev \
&& apk add -U python3 \
iptables \
ip6tables \
tzdata \
py3-pip \
musl-dev \
&& pip3 install --upgrade pip \
python-iptables \
redis \
ipaddress \
dnspython \
&& apk del .build-deps
# && pip3 install --upgrade pip python-iptables==0.13.0 redis ipaddress dnspython \
&& apk del .build-deps
COPY server.py /
CMD ["python3", "-u", "/server.py"]

View File

@@ -1,4 +1,4 @@
FROM php:7.4-fpm-alpine3.11
FROM php:7.4-fpm-alpine3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
ENV APCU_PECL 5.1.19

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.13
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation