From e61f6040f686b5426d9b59ea8e1f79ffcc057c32 Mon Sep 17 00:00:00 2001 From: Tom Chavakis Date: Thu, 15 Apr 2021 21:11:09 +0300 Subject: [PATCH] fix alpine version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2fbd8a7..c912ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10.1 +FROM alpine LABEL "com.github.actions.name"="Create Zip File" LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"