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

Updated base image from using Alpine 3.10.1 to latest.

This commit is contained in:
x86dev
2021-02-25 09:17:52 +01:00
committed by GitHub
parent f3d0667a43
commit d8848fda33

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 alpine:3.10.1
FROM alpine:latest
# 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>"