Skip to content

Commit 9c5de9d

Browse files
authored
Merge pull request #36 from devilbox/release-0.37
Release 0.37
2 parents f2aa7c0 + a332ed4 commit 9c5de9d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
refs:
2929
- 'master'
30-
- '0.36'
30+
- '0.37'
3131
steps:
3232

3333
# ------------------------------------------------------------

Dockerfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV BUILD_DEPS \
2222

2323
ENV RUN_DEPS \
2424
ca-certificates \
25-
python-yaml \
25+
python3-yaml \
2626
supervisor
2727

2828

@@ -83,6 +83,13 @@ RUN set -x \
8383
&& chown ${MY_USER}:${MY_GROUP} /shared/httpd
8484

8585

86+
###
87+
### Symlink Python3 to Python
88+
###
89+
RUN set -x \
90+
&& ln -sf /usr/bin/python3 /usr/bin/python
91+
92+
8693
###
8794
### Copy files
8895
###

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,5 +270,5 @@ It allows any of the following combinations:
270270
## Version
271271

272272
```
273-
nginx version: nginx/1.19.5
273+
nginx version: nginx/1.21.5
274274
```

0 commit comments

Comments
 (0)