From 318c29766bb4769bcbd500073f575ccf1408d596 Mon Sep 17 00:00:00 2001 From: x86dev Date: Sun, 16 Dec 2018 14:23:19 +0100 Subject: [PATCH] Build fix (Dockerfile, using Alpine 3.6 for now). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fa8cbd..9b45476 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 +FROM gliderlabs/alpine:3.6 # Initially was based on work of Christian Lück . LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \ maintainer="Andreas Löffler "