We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d633637 commit fa3fb89Copy full SHA for fa3fb89
1 file changed
{{ cookiecutter.name }}/Dockerfile
@@ -7,7 +7,7 @@ ARG PYTHON_VERSION=python-version-not-set
7
# Compile custom uwsgi, cuz debian's one is weird
8
#
9
FROM python:${PYTHON_VERSION}-slim-bookworm AS uwsgi-compile
10
-ENV _UWSGI_VERSION=2.0.29
+ENV _UWSGI_VERSION=2.0.31
11
RUN apt-get update && apt-get --no-install-recommends install -y build-essential wget && rm -rf /var/lib/apt/lists/*
12
RUN wget --progress=dot:giga -O uwsgi-${_UWSGI_VERSION}.tar.gz https://github.com/unbit/uwsgi/archive/${_UWSGI_VERSION}.tar.gz \
13
&& tar zxvf uwsgi-*.tar.gz \
0 commit comments