fix alpine version

This commit is contained in:
Tom Chavakis 2021-04-15 21:11:09 +03:00
parent c25e01d748
commit e61f6040f6

View file

@ -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"