Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from cloudflare/stretch
Browse files Browse the repository at this point in the history
Update Dockerfile to Stretch, closes #38
  • Loading branch information
bobrik committed Jun 23, 2018
2 parents 2eead8a + a0c4182 commit ad20e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,5 +1,5 @@
# debian:jessie at 2016-06-02T10:27:00Z
FROM debian@sha256:2ca1d757fce75accad6ff84339c3327c7aa96ad6e7b7d6fdde22b2a537fac703
# debian:stretch at 2018-06-23T21:35:00Z
FROM debian@sha256:de3eac83cd481c04c5d6c7344cd7327625a1d8b2540e82a8231b5675cef0ae5f

RUN apt-get update && \
apt-get install -y --no-install-recommends nginx-extras lua-cjson git ca-certificates && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -247,7 +247,7 @@ docker run --rm -it --net host \
-e NGO_CLIENT_ID="client id from google" \
-e NGO_CLIENT_SECRET="client secret from google" \
-e NGO_TOKEN_SECRET="random token secret" \
cloudflare/nginx-google-oauth:1.1
cloudflare/nginx-google-oauth:1.1.1
```

Then open your browser at http://ngo.lol and you should get Google OAuth screen.
Expand Down

0 comments on commit ad20e37

Please sign in to comment.