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 Dec 16, 2024
1 parent 2e9d1fa commit 1471cbe
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.8
3.13.1
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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -96,7 +96,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -54,7 +54,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -88,7 +88,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -80,7 +80,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -70,7 +70,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -73,7 +73,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -87,7 +87,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-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.7 AS uv
FROM python:3.12.8-alpine3.20 AS build-ml-core
FROM python:3.13.1-alpine3.20 AS build-ml-core
WORKDIR /
COPY --from=uv /uv /uvx /bin/
# Install dependencies
Expand All @@ -42,7 +42,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.8-alpine3.20
FROM python:3.13.1-alpine3.20

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

0 comments on commit 1471cbe

Please sign in to comment.