From d8848fda33a92a9a42a118b531f344ef0f67e226 Mon Sep 17 00:00:00 2001 From: x86dev <3184951+x86dev@users.noreply.github.com> Date: Thu, 25 Feb 2021 09:17:52 +0100 Subject: [PATCH] Updated base image from using Alpine 3.10.1 to latest. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee2d189..6568f0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \ maintainer="Andreas Löffler "