diff --git a/Dockerfile b/Dockerfile index 3fb20a1f9..aa80f351f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.7-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.13.2' +ENV WPS_VERSION='0.14.0' ENV REVIEWDOG_VERSION='v0.9.15' RUN apk add --no-cache bash git wget