Skip to content

Commit c8f2e15

Browse files
authored
v5.1.12 (#131)
Minor updates * Using latest base image Documentation updates * Updating copyright year to 2023
1 parent 146d9a5 commit c8f2e15

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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.23
1+
FROM bfren/nginx:nginx1.22-4.0.24
22

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2022 bfren
3+
Copyright (c) 2020-2023 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ The image contains a handful of useful Nginx configuration 'helper' files, which
7575
7676
## Copyright
7777

78-
> Copyright (c) 2020-2022 [bfren](https://bfren.dev) (unless otherwise stated)
78+
> Copyright (c) 2020-2023 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.11
1+
5.1.12

overlay/etc/bf/templates/nginx-proxy.conf.esh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Use environment variable PROXY_URI to change this file.
66
#
7-
# Copyright (c) 2021-2022 bfren
7+
# Copyright (c) 2021-2023 bfren
88
#======================================================================================================================
99

1010
#======================================================================================================================

overlay/etc/bf/templates/nginx-site.conf.esh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# "custom": true
1616
# This will cause this file to be regenerated next time the container is started.
1717
#
18-
# Copyright (c) 2021-2022 bfren
18+
# Copyright (c) 2021-2023 bfren
1919
#======================================================================================================================
2020
<% else -%>
2121
#======================================================================================================================
@@ -29,7 +29,7 @@
2929
# "custom": true
3030
# This will stop this file being generated next time the container is started.
3131
#
32-
# Copyright (c) 2021-2022 bfren
32+
# Copyright (c) 2021-2023 bfren
3333
#======================================================================================================================
3434
<% fi %>
3535
#======================================================================================================================

0 commit comments

Comments
 (0)