Skip to content

Commit fa3fb89

Browse files
authored
uwsgi version bump (#834)
1 parent d633637 commit fa3fb89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ cookiecutter.name }}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG PYTHON_VERSION=python-version-not-set
77
# Compile custom uwsgi, cuz debian's one is weird
88
#
99
FROM python:${PYTHON_VERSION}-slim-bookworm AS uwsgi-compile
10-
ENV _UWSGI_VERSION=2.0.29
10+
ENV _UWSGI_VERSION=2.0.31
1111
RUN apt-get update && apt-get --no-install-recommends install -y build-essential wget && rm -rf /var/lib/apt/lists/*
1212
RUN wget --progress=dot:giga -O uwsgi-${_UWSGI_VERSION}.tar.gz https://github.com/unbit/uwsgi/archive/${_UWSGI_VERSION}.tar.gz \
1313
&& tar zxvf uwsgi-*.tar.gz \

0 commit comments

Comments
 (0)