From e4a08b3ed5db72af3542743e41d073db371362c7 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 17 Apr 2019 08:08:12 +0200 Subject: [PATCH] Use specific Alpine version ... and not latest which is unspecific. Atm it's the same --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8ca9135..33e9fa93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.9 RUN apk update && apk upgrade RUN apk add bash procps drill git coreutils