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"