build(): first release
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2021-09-13 19:28:11 +02:00
parent c7843dc53c
commit 556195fa29
3 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@ FROM python:3.7-alpine
LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-randomPwd"
LABEL Maintainer="Sthope"
LABEL Description="Random Password Generator x10"
LABEL version="0.1"
LABEL version="1.0.0"
ADD randomPwd/ /randomPwd/