Skip to content

Commit b844afa

Browse files
committed
Add a Changelog
1 parent 2d0eca4 commit b844afa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
1818
docker 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

2323
Unmaintained, please don't use the `latest` tag any longer
2424

0 commit comments

Comments
 (0)