Bump version
This commit is contained in:
parent
3333a32612
commit
fa851b61da
3 changed files with 3 additions and 3 deletions
2
.version
2
.version
|
@ -1 +1 @@
|
|||
2.10.3
|
||||
2.10.4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<p align="center">
|
||||
<img src="https://nginxproxymanager.com/github.png">
|
||||
<br><br>
|
||||
<img src="https://img.shields.io/badge/version-2.10.3-green.svg?style=for-the-badge">
|
||||
<img src="https://img.shields.io/badge/version-2.10.4-green.svg?style=for-the-badge">
|
||||
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
|
||||
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
|
||||
</a>
|
||||
|
|
|
@ -9,7 +9,7 @@ GREEN='\E[1;32m'
|
|||
RESET='\E[0m'
|
||||
|
||||
S6_OVERLAY_VERSION=3.1.5.0
|
||||
TARGETPLATFORM=${1:unspecified}
|
||||
TARGETPLATFORM=${1:-linux/amd64}
|
||||
|
||||
# Determine the correct binary file for the architecture given
|
||||
case $TARGETPLATFORM in
|
||||
|
|
Loading…
Reference in a new issue