1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 08:56:01 +00:00

Now using Alpine 3.10.1.

This commit is contained in:
x86dev
2019-07-26 23:30:06 +02:00
parent d057a3c21b
commit 8b5e5d1794

View File

@@ -1,6 +1,6 @@
# Using https://github.com/gliderlabs/docker-alpine,
# plus https://github.com/just-containers/s6-overlay for a s6 Docker overlay.
FROM gliderlabs/alpine:3.6
FROM alpine:3.10.1
# Initially was based on work of Christian Lück <christian@lueck.tv>.
LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \
maintainer="Andreas Löffler <andy@x86dev.com>"