Skip to content

Commit

Permalink
chore(deps): update python docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent df3d6c0 commit 7df0169
Show file tree
Hide file tree
Showing 147 changed files with 292 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.7
3.13.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -92,7 +92,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-quick
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand Down
4 changes: 2 additions & 2 deletions flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -50,7 +50,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -84,7 +84,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -66,7 +66,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -69,7 +69,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -83,7 +83,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions linters/action_actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
4 changes: 2 additions & 2 deletions linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.5.1 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
FROM python:3.13.0-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -38,7 +38,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.7-alpine3.20
FROM python:3.13.0-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down
Loading

0 comments on commit 7df0169

Please sign in to comment.