From d80df28e0756a8f1dc287ff2fb7974d23da445aa Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 23 Jan 2022 13:56:09 +0100 Subject: [PATCH] Update HTTP version --- .github/workflows/nightly.yml | 2 +- Dockerfile | 9 ++++++++- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e5ec9e8..8397263 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -27,7 +27,7 @@ jobs: matrix: refs: - 'master' - - '0.36' + - '0.37' steps: # ------------------------------------------------------------ diff --git a/Dockerfile b/Dockerfile index 2dcf2bb..e72fbb4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ ENV BUILD_DEPS \ ENV RUN_DEPS \ ca-certificates \ - python-yaml \ + python3-yaml \ supervisor @@ -83,6 +83,13 @@ RUN set -x \ && chown ${MY_USER}:${MY_GROUP} /shared/httpd +### +### Symlink Python3 to Python +### +RUN set -x \ + && ln -sf /usr/bin/python3 /usr/bin/python + + ### ### Copy files ### diff --git a/README.md b/README.md index 8384ef1..5b8a989 100644 --- a/README.md +++ b/README.md @@ -270,5 +270,5 @@ It allows any of the following combinations: ## Version ``` -nginx version: nginx/1.18.0 +nginx version: nginx/1.20.2 ```