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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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