From 8b5e5d17943208302ac464d974ba8dcfb0664d23 Mon Sep 17 00:00:00 2001 From: x86dev Date: Fri, 26 Jul 2019 23:30:06 +0200 Subject: [PATCH] Now using Alpine 3.10.1. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adc1234..ee2d189 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 gliderlabs/alpine:3.6 +FROM alpine:3.10.1 # Initially was based on work of Christian Lück . LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \ maintainer="Andreas Löffler "