From 2d95931aacbd6181aef0dde955e6694ba485363a Mon Sep 17 00:00:00 2001 From: almir Date: Wed, 9 Aug 2017 12:37:04 +0200 Subject: [PATCH] - use fixed version of alpine linux image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e636231..2422557 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile for https://github.com/adnanh/webhook -FROM alpine +FROM alpine:3.6 MAINTAINER Almir Dzinovic