Skip to content

Commit 6f0d2d0

Browse files
authored
v5.1.22 (#141)
Minor updates * Using latest base image * Reducing maintenance countdown to 7s
1 parent 136db7f commit 6f0d2d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bfren/nginx:nginx1.22-4.0.32
1+
FROM bfren/nginx:nginx1.22-4.0.33
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-nginx-proxy"
44

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.21
1+
5.1.22

overlay/www/maintenance.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Maintenance</h1>
1313
<p>The site you requested is temporarily down for maintenance. Please try again later.</p>
1414
<p class="muted">This page will auto-refresh in <span id="remaining">10</span>s.</p>
1515
<script type="text/javascript">
16-
let remaining = 10;
16+
let remaining = 7;
1717
let countdown = function () {
1818
// reload the page
1919
if (remaining == 0) {

0 commit comments

Comments
 (0)