diff --git a/alpine.Dockerfile b/alpine.Dockerfile index 6810e68..8ecfab0 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -3,7 +3,7 @@ FROM ${REGISTRY}cyb3r-jak3/alpine-pypy:3.10-7.3.17-3.20 ARG FLASK_VERSION=3.0.3 ARG GUNICORN_VERSION=23.0.0 -ARG GEVENT_VERSION=24.10.3 +ARG GEVENT_VERSION=24.11.1 RUN --mount=type=cache,target=/var/cache/apk,sharing=locked apk add --virtual .build-deps libffi-dev gcc musl-dev make build-base diff --git a/matrix.json b/matrix.json index 5db2fb8..fa1deb3 100644 --- a/matrix.json +++ b/matrix.json @@ -2,5 +2,5 @@ "bake-target": [ "slim", "alpine" ], "flask": [ "3.0.3", "3.0.2", "3.0.1", "3.0.0", "2.3.3" ], "gunicorn": [ "22.0.0", "21.2.0", "21.1.0", "21.0.1"], - "gevent": [ "24.10.3", "24.10.2", "24.10.1", "24.2.1"] + "gevent": [ "24.11.1", "24.10.3", "24.10.2", "24.10.1" ] } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 67783bc..759dc8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # File is only used with dependabot to keep up with latest versions Flask==3.0.3 gunicorn==23.0.0 -gevent==24.10.3 \ No newline at end of file +gevent==24.11.1 \ No newline at end of file diff --git a/slim.Dockerfile b/slim.Dockerfile index c543fbb..e5fcd80 100644 --- a/slim.Dockerfile +++ b/slim.Dockerfile @@ -3,7 +3,7 @@ FROM ${REGISTRY}pypy:3-slim-bookworm ARG FLASK_VERSION=3.0.3 ARG GUNICORN_VERSION=23.0.0 -ARG GEVENT_VERSION=24.10.3 +ARG GEVENT_VERSION=24.11.1 RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ --mount=type=cache,target=/var/lib/apt,sharing=locked \