Skip to content

Commit

Permalink
feat(yapf): update python docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2024
1 parent efcdc02 commit 0359beb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autopep8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL maintainer="Pat Brisbin <[email protected]>"
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion black/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion cmake-format/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion isort/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion pyment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion reorder-python-imports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion sqlformat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
RUN apk add --no-cache bash moreutils
Expand Down
2 changes: 1 addition & 1 deletion yapf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine
FROM python:3.13-alpine
LABEL [email protected]
ENV LANG C.UTF-8
COPY requirements.txt .
Expand Down

0 comments on commit 0359beb

Please sign in to comment.