From e411d6d8f4f0bff623bc93d6d92b1bc872393350 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 10 Nov 2017 04:40:24 +0400 Subject: Fix image name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 236b04d..3930a94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM "debian:stable-slim" +FROM debian:stable-slim MAINTAINER "Valentin Popov " # Install the application -- cgit v1.2.3