From 1823c4cd11bc0855d7bfb208e50d0004a4503171 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sat, 28 Sep 2024 12:43:54 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36b8f2719..92895302b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.12.6-alpine LABEL maintainer="mail@sobolevn.me" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.19.1' +ENV WPS_VERSION='0.19.2' ENV REVIEWDOG_VERSION='v0.20.2' RUN apk add --no-cache bash git wget