Merge pull request #16 from tomchavakis/fix-alpine-version

Update alpine version to the latest one
This commit is contained in:
Monte Hellawell 2021-04-21 18:31:11 +01:00 committed by GitHub
commit a8e75c9fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM alpine:3.10.1 FROM alpine:latest
LABEL "com.github.actions.name"="Create Zip File" LABEL "com.github.actions.name"="Create Zip File"
LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository" LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"