mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-24 09:00:56 -05:00
Merge pull request #16 from tomchavakis/fix-alpine-version
Update alpine version to the latest one
This commit is contained in:
commit
a8e75c9fae
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue