Skip to content

Commit d2ec27d

Browse files
committed
Release 5.16.1 - See CHANGELOG.md
1 parent 8f15daf commit d2ec27d

File tree

6 files changed

+1581
-812
lines changed

6 files changed

+1581
-812
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.16.1 2022-01-04 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Nginx 1.21.5
5+
6+
17
## 5.16.0 2021-12-06 <dave at tiredofit dot ca>
28

39
### Changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM docker.io/tiredofit/alpine:3.12
1+
FROM docker.io/tiredofit/alpine:3.15
22
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33

44
### Set Nginx Version Number
5-
ENV NGINX_VERSION=1.21.4 \
5+
ENV NGINX_VERSION=1.21.5 \
66
NGINX_AUTH_LDAP_VERSION=master \
77
NGINX_BROTLI_VERSION=9aec15e2aa6feea2113119ba06460af70ab3ea62 \
88
NGINX_USER=nginx \

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM docker.io/tiredofit/debian:buster
22
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
33

44
### Set Nginx Version Number
5-
ENV NGINX_VERSION=1.21.4 \
5+
ENV NGINX_VERSION=1.21.5 \
66
NGINX_AUTH_LDAP_VERSION=master \
77
NGINX_BROTLI_VERSION=9aec15e2aa6feea2113119ba06460af70ab3ea62 \
88
NGINX_USER=nginx \
Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>Undergoing Scheduled Maintenance</title>
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2+
"http://www.w3.org/TR/html4/loose.dtd">
53

6-
<style>
7-
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
4+
<html>
85

9-
body { text-align: center; padding-top: 80px; background: #fff; font-family: 'Open Sans'; }
10-
h2 { color: #e25098; }
11-
p { color: #666; }
12-
a { color: #9d5475 ; }
13-
</style>
6+
<head>
7+
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
8+
<title>Site Maintenance</title>
9+
<style type="text/css">
10+
body { text-align: center; padding: 150px; }
11+
h1 { font-size: 50px; }
12+
body { font: 20px Helvetica, sans-serif; color: #333; }
13+
#article { display: block; text-align: left; width: 650px; margin: 0 auto; }
14+
a { color: #dc8100; text-decoration: none; }
15+
a:hover { color: #333; text-decoration: none; }
16+
</style>
1417

1518
</head>
16-
1719
<body>
18-
19-
<h2 style="margin: 70px 0;">Sorry, we're presently performing maintenance on our services.</h2>
20-
21-
20+
<div id="article">
21+
<h1>We’ll be back soon!</h1>
22+
<div>
23+
<p>Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!</p>
24+
</div>
25+
</div>
2226
</body>
23-
24-
</html>
25-
26-
27+
</html>

0 commit comments

Comments
 (0)