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