From c99f0eb07063402b0dee07c071288bb3e7790d0d Mon Sep 17 00:00:00 2001 From: Jan Dolecek Date: Mon, 24 Feb 2025 12:26:12 +0100 Subject: [PATCH] chore(tox): update to 4.21.2 (#178) --- tox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox/Dockerfile b/tox/Dockerfile index 12ce88a3..3f2d1063 100644 --- a/tox/Dockerfile +++ b/tox/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.21 ENV PATH="$PATH:/root/.pyenv/bin:/root/.pyenv/shims" -ENV version=3.28.0 +ENV version=4.21.2 RUN apk add --no-cache --virtual=.build-deps bzip2-dev cargo curl git linux-headers ncurses-dev openssl-dev patch readline-dev sqlite-dev sqlite-dev xz-dev zlib-dev && \ apk add --no-cache --virtual=.run-deps bash build-base curl-dev openssl readline libffi libbz2 libffi-dev bzip2 ncurses sqlite sqlite-libs zlib xz postgresql-dev ca-certificates && \