We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7915583 commit f71ba28Copy full SHA for f71ba28
2 files changed
Dockerfile
@@ -86,7 +86,7 @@ RUN apk --update --no-cache add nginx \
86
uwsgi-pam \
87
uwsgi-ping \
88
uwsgi-pty \
89
- uwsgi-python3 \
+# uwsgi-python3 \
90
uwsgi-rawrouter \
91
uwsgi-redislog \
92
uwsgi-router_basicauth \
build.sh
@@ -12,6 +12,7 @@ versions="
12
3-build;3.12;build;-build
13
3-uwsgi;3.12;uwsgi
14
build;3.12;build;-build
15
+uwsgi;3.12;uwsgi
16
latest;3.12
17
"
18
0 commit comments