Skip to content

Commit 474511d

Browse files
authored
fix: add dockerfile labels (#16)
that can be used for dependabot
1 parent 8150acd commit 474511d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM python:3-alpine
22

3+
LABEL org.opencontainers.image.source="https://github.com/commitizen-tools/commitizen"
4+
LABEL org.opencontainers.image.description="Commitizen is release management tool designed for teams"
5+
36
WORKDIR /app
47

58
# Add dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# commitizen-docker-image
22

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

0 commit comments

Comments
 (0)