Skip to content

Commit

Permalink
fix: add dockerfile labels (#16)
Browse files Browse the repository at this point in the history
that can be used for dependabot
  • Loading branch information
carlossg authored Mar 6, 2024
1 parent 8150acd commit 474511d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3-alpine

LABEL org.opencontainers.image.source="https://github.com/commitizen-tools/commitizen"
LABEL org.opencontainers.image.description="Commitizen is release management tool designed for teams"

WORKDIR /app

# Add dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# commitizen-docker-image

> commitizen now avaialble in docker 💪
> commitizen now available in docker 💪
![Docker Pulls](https://img.shields.io/docker/pulls/commitizen/commitizen?style=flat-square)
![Docker Image Size (tag)](https://img.shields.io/docker/image-size/commitizen/commitizen/latest?style=flat-square)
Expand Down

0 comments on commit 474511d

Please sign in to comment.