diff --git a/Dockerfile b/Dockerfile index f53bc9e4f..e7bc62c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # This image is also available on Dockerhub: # https://hub.docker.com/r/wemakeservices/wemake-python-styleguide -FROM python:3.12.7-alpine +FROM python:3.13.3-alpine LABEL maintainer="mail@sobolevn.me" LABEL vendor="wemake.services"