From 0359beb14bc41c820839e5ac311b0a6f0b6ec3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 21:12:34 +0000 Subject: [PATCH] feat(yapf): update python docker tag to v3.13 --- autopep8/Dockerfile | 2 +- black/Dockerfile | 2 +- cmake-format/Dockerfile | 2 +- isort/Dockerfile | 2 +- pyment/Dockerfile | 2 +- reorder-python-imports/Dockerfile | 2 +- sqlformat/Dockerfile | 2 +- yapf/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/autopep8/Dockerfile b/autopep8/Dockerfile index 86ada1e0..f609224c 100644 --- a/autopep8/Dockerfile +++ b/autopep8/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer="Pat Brisbin " ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/black/Dockerfile b/black/Dockerfile index 3be33afd..717305ee 100644 --- a/black/Dockerfile +++ b/black/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/cmake-format/Dockerfile b/cmake-format/Dockerfile index e1366289..d7e7cc36 100644 --- a/cmake-format/Dockerfile +++ b/cmake-format/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/isort/Dockerfile b/isort/Dockerfile index ef74e59b..eeb4959e 100644 --- a/isort/Dockerfile +++ b/isort/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=sergio@garciparedes.me ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/pyment/Dockerfile b/pyment/Dockerfile index 9783448e..13a4ae14 100644 --- a/pyment/Dockerfile +++ b/pyment/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/reorder-python-imports/Dockerfile b/reorder-python-imports/Dockerfile index 3c237557..5ff98abd 100644 --- a/reorder-python-imports/Dockerfile +++ b/reorder-python-imports/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 COPY requirements.txt . diff --git a/sqlformat/Dockerfile b/sqlformat/Dockerfile index df8c0f4b..b76f8aa3 100644 --- a/sqlformat/Dockerfile +++ b/sqlformat/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 RUN apk add --no-cache bash moreutils diff --git a/yapf/Dockerfile b/yapf/Dockerfile index 0d6167f9..f6e4e8c5 100644 --- a/yapf/Dockerfile +++ b/yapf/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine +FROM python:3.13-alpine LABEL maintainer=asottile@umich.edu ENV LANG C.UTF-8 COPY requirements.txt .