From e61f6040f686b5426d9b59ea8e1f79ffcc057c32 Mon Sep 17 00:00:00 2001 From: Tom Chavakis Date: Thu, 15 Apr 2021 21:11:09 +0300 Subject: [PATCH 1/2] 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" From d33a8f9203f9901d281d2dd4f3b8fb169c0b90b0 Mon Sep 17 00:00:00 2001 From: Monte Hellawell Date: Wed, 21 Apr 2021 18:31:01 +0100 Subject: [PATCH 2/2] Add latest tag to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c912ccc..07e9261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:latest LABEL "com.github.actions.name"="Create Zip File" LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"