Skip to content

Commit

Permalink
rootless by default including nginx master
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Mar 24, 2020
1 parent 10527f0 commit 134e4df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
## 3.2.15
**Maintainer**: balloon-team <opensource@gyselroth.net>\
**Date**: Tue Mar 24 16:10:03 CET 2020

### Changes
* Allow google recaptcha through CSP #292

### Packaging
* Run nginx master rootless, inherit from nginxinc/nginx-unprivileged instead official docker nginx
* Disable nginx server token in production build


## 3.2.14
**Maintainer**: balloon-team <opensource@gyselroth.net>\
**Date**: Tue Mar 17 11:49:03 CET 2020

### Changes
* Add content-security-policy by default #292
* Add content-security-policy by default #292


## 3.2.13
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:1-alpine
FROM nginxinc/nginx-unprivileged:1-alpine
COPY packaging/nginx.conf /etc/nginx/conf.d/default.conf
COPY build/ /usr/share/balloon-web

0 comments on commit 134e4df

Please sign in to comment.