File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
2- ## verison ` 16 ` - 2020-12-22
2+ ## Version ` 16 ` - 2020-12-22
33
44* Dockerfile optimisation, slightly smaller image size
55* This changelog added to the repo
66
7- ## version ` 15 ` - 2020-12-15
7+ ## Version ` 15 ` - 2020-12-15
88
99* The image now runs as a non-root user by default.
1010
11- ## version ` 14 ` - 2020-11-26
11+ ## Version ` 14 ` - 2020-11-26
1212
1313* Optionally allow running as a non root user.
1414
@@ -18,7 +18,7 @@ docker run --user node -e HTTP_PORT=8080 -e HTTPS_PORT=8443 -p 8080:8080 -p 8443
1818docker run --user node --sysctl net.ipv4.ip_unprivileged_port_start=0 -p 8080:80 -p 8443:443 --rm mendhak/http-https-echo:issue-14-non-root
1919```
2020
21- ## version ` latest ` and before
21+ ## Version ` latest ` and others
2222
2323Unmaintained, please don't use the ` latest ` tag any longer
2424
You can’t perform that action at this time.
0 commit comments