From 2733e3c563710bc311a7b0e68bc536bab03bb026 Mon Sep 17 00:00:00 2001 From: Amaan Iqbal Date: Wed, 1 Apr 2020 17:57:27 +0530 Subject: [PATCH] Update action version to 1.21 in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f00399d..d02f7ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL "com.github.actions.color"="green" LABEL "repository"="https://github.com/amaaniqbal/sms-spam-detection" LABEL "homepage"="https://github.com/amaaniqbal/sms-spam-detection" LABEL "maintainer"="Amaan Iqbal " -LABEL "version" = "1.x" +LABEL "version" = "1.21" RUN pip install --upgrade pip RUN pip install nltk