From d33a8f9203f9901d281d2dd4f3b8fb169c0b90b0 Mon Sep 17 00:00:00 2001 From: Monte Hellawell Date: Wed, 21 Apr 2021 18:31:01 +0100 Subject: [PATCH] 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"