Always update latest tag for docker releases
This commit is contained in:
parent
27e4152cd2
commit
5f91b179a3
1
Makefile
1
Makefile
|
@ -60,6 +60,7 @@ run-container:
|
|||
|
||||
release-container:
|
||||
docker push $(IMAGE_TAG)
|
||||
docker push $(LATEST_TAG)
|
||||
|
||||
https-certificates:
|
||||
# Generate server key
|
||||
|
|
3
proxy.py
3
proxy.py
|
@ -52,8 +52,7 @@ PROXY_PY_START_TIME = time.time()
|
|||
|
||||
VERSION = (1, 1, 1)
|
||||
__version__ = '.'.join(map(str, VERSION[0:3]))
|
||||
__description__ = 'Lightweight, Programmable, TLS interceptor Proxy for HTTP(S), HTTP2, ' \
|
||||
'WebSockets protocols in a single Python file.'
|
||||
__description__ = '⚡⚡⚡ Fast, Lightweight, Programmable Proxy Server in a single Python file.'
|
||||
__author__ = 'Abhinav Singh'
|
||||
__author_email__ = 'mailsforabhinav@gmail.com'
|
||||
__homepage__ = 'https://github.com/abhinavsingh/proxy.py'
|
||||
|
|
Loading…
Reference in New Issue