Skip to content

Commit

Permalink
feat: add short description to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 16, 2024
1 parent df534d6 commit 19914a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ RUN apk add --no-cache bash
COPY --from=builder /go/src/github.com/dokku/semver/semver /usr/local/bin/semver
COPY entrypoint /usr/local/bin/entrypoint
ENTRYPOINT ["/usr/local/bin/entrypoint"]
LABEL org.opencontainers.image.description "A tool for generating a semver version from an existing version and a desired bump level"

0 comments on commit 19914a1

Please sign in to comment.