Skip to content

Commit

Permalink
Merge pull request #4 from digitalocean/doctl-1.15.0
Browse files Browse the repository at this point in the history
Update doctl version to v1.15.0
  • Loading branch information
andrewsomething authored Apr 9, 2019
2 parents ff14f93 + 2ca3969 commit 5592a05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doctl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM alpine:3.5

LABEL "name"="doctl"
LABEL "version"="0.1.0"
LABEL "version"="1.0.0"
LABEL "maintainer"="Andrew Starr-Bochicchio <asb@digitalocean.com>"
LABEL "repository"="https://github.com/digitalocean/action"
LABEL "homepage"="https://github.com/digitalocean/action"
LABEL "repository"="https://github.com/digitalocean/actions"
LABEL "homepage"="https://github.com/digitalocean/actions"

LABEL "com.github.actions.name"="GitHub Action for DigitalOcean"
LABEL "com.github.actions.description"="Wraps doctl to enable common DigitalOcean commands."
LABEL "com.github.actions.name"="GitHub Action for DigitalOcean - doctl"
LABEL "com.github.actions.description"="Use doctl to manage you DigitalOcean resources."
LABEL "com.github.actions.icon"="droplet"
LABEL "com.github.actions.color"="blue"

ENV DOCTL_VERSION=1.13.0
ENV DOCTL_VERSION=1.15.0

RUN apk add --no-cache curl

Expand Down

0 comments on commit 5592a05

Please sign in to comment.