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:
Sthope 2021-09-13 19:28:11 +02:00
parent c7843dc53c
commit 556195fa29
3 changed files with 2 additions and 8 deletions

View File

@ -1,6 +0,0 @@
# 1.0.0 (2021-09-11)
### Performance Improvements
* :100: ([ced43c3](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/ced43c30463eb97caec004d84c0b900a8cefa5b5))

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/

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Sthope hopelessautomations@gmail.com
Copyright (c) 2021 Sthope HopelessAutomations@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: