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 2727 matrix :
2828 refs :
2929 - ' master'
30- - ' 0.36 '
30+ - ' 0.37 '
3131 steps :
3232
3333 # ------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ENV BUILD_DEPS \
2222
2323ENV 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# ##
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments