Skip to content

Commit fa851b6

Browse files
committed
Bump version
1 parent 3333a32 commit fa851b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.3
1+
2.10.4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="https://nginxproxymanager.com/github.png">
33
<br><br>
4-
<img src="https://img.shields.io/badge/version-2.10.3-green.svg?style=for-the-badge">
4+
<img src="https://img.shields.io/badge/version-2.10.4-green.svg?style=for-the-badge">
55
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
66
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
77
</a>

docker/scripts/install-s6

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GREEN='\E[1;32m'
99
RESET='\E[0m'
1010

1111
S6_OVERLAY_VERSION=3.1.5.0
12-
TARGETPLATFORM=${1:unspecified}
12+
TARGETPLATFORM=${1:-linux/amd64}
1313

1414
# Determine the correct binary file for the architecture given
1515
case $TARGETPLATFORM in

0 commit comments

Comments
 (0)