Skip to content

Commit

Permalink
Merge pull request #33 from devilbox/release-0.37
Browse files Browse the repository at this point in the history
Release 0.37
  • Loading branch information
cytopia committed Jan 23, 2022
2 parents 3c6fbdb + d80df28 commit faf56c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
refs:
- 'master'
- '0.36'
- '0.37'
steps:

# ------------------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion Dockerfile
Expand Up @@ -22,7 +22,7 @@ ENV BUILD_DEPS \

ENV RUN_DEPS \
ca-certificates \
python-yaml \
python3-yaml \
supervisor


Expand Down Expand Up @@ -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
###
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -270,5 +270,5 @@ It allows any of the following combinations:
## Version

```
nginx version: nginx/1.18.0
nginx version: nginx/1.20.2
```

0 comments on commit faf56c5

Please sign in to comment.