Skip to content

Commit

Permalink
Merge pull request #21 from kekru/feature/update-nginx
Browse files Browse the repository at this point in the history
Update nginx to 1.20.2 (current stable version)
  • Loading branch information
kekru authored Dec 17, 2021
2 parents 8482d4f + 5f3926f commit 53a676e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Original Dockerfile: https://github.com/nginxinc/docker-nginx/tree/5488180ebdd45b12b45107694dfa92dc878a2795/stable/alpine
FROM nginx:1.18.0-alpine
# Original Dockerfile: https://github.com/nginxinc/docker-nginx/blob/b0e153a1b644ca8b2bd378b14913fff316e07cf2/stable/alpine/Dockerfile
FROM nginx:1.20.2-alpine
LABEL MAINTAINER="Kevin Krummenauer <[email protected]>"
RUN apk add --no-cache openssl

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ Thanks [@smiller171](https://github.com/smiller171) for contributing!
+ add automatic tests

Thanks [@benkorichard](https://github.com/benkorichard) for contributing!

#### v0.4.0

+ update nginx version to 1.20.2
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ x-sharedDeployConfig: &sharedDeployConfig
memory: 150M
reservations:
cpus: '0.1'
memory: 5M
memory: 10M

version: "3.4"

Expand Down

0 comments on commit 53a676e

Please sign in to comment.