1
0
mirror of https://github.com/wallabag/docker synced 2025-12-21 05:31:50 +00:00

Merge pull request #221 from egoexpress/egoexpress-alpine-312

Update Alpine base image to 3.12
This commit is contained in:
Jérémy Benoist
2020-11-30 03:45:17 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM alpine:3.10 FROM alpine:3.12
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>" LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
@@ -44,8 +44,8 @@ RUN set -ex \
php7-xmlreader \ php7-xmlreader \
php7-tidy \ php7-tidy \
php7-intl \ php7-intl \
py-mysqldb \ py3-mysqlclient \
py-psycopg2 \ py3-psycopg2 \
py-simplejson \ py-simplejson \
rabbitmq-c \ rabbitmq-c \
s6 \ s6 \