File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 27
27
matrix :
28
28
refs :
29
29
- ' master'
30
- - ' 0.36 '
30
+ - ' 0.37 '
31
31
steps :
32
32
33
33
# ------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV BUILD_DEPS \
22
22
23
23
ENV RUN_DEPS \
24
24
ca-certificates \
25
- python -yaml \
25
+ python3 -yaml \
26
26
supervisor
27
27
28
28
@@ -83,6 +83,13 @@ RUN set -x \
83
83
&& chown ${MY_USER}:${MY_GROUP} /shared/httpd
84
84
85
85
86
+ # ##
87
+ # ## Symlink Python3 to Python
88
+ # ##
89
+ RUN set -x \
90
+ && ln -sf /usr/bin/python3 /usr/bin/python
91
+
92
+
86
93
# ##
87
94
# ## Copy files
88
95
# ##
Original file line number Diff line number Diff line change @@ -270,5 +270,5 @@ It allows any of the following combinations:
270
270
## Version
271
271
272
272
```
273
- nginx version: nginx/1.19 .5
273
+ nginx version: nginx/1.21 .5
274
274
```
You can’t perform that action at this time.
0 commit comments