Skip to content

Commit

Permalink
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.4 (#3961)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent e2b4839 commit 27607f9
Show file tree
Hide file tree
Showing 144 changed files with 144 additions and 144 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-quick
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/ci_light/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/cupcake/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.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnetweb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/formatters/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/security/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/action_actionlint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/ansible_ansible_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/api_spectral/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/arm_arm_ttk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_exec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shellcheck/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM koalaman/shellcheck:${BASH_SHELLCHECK_VERSION} AS shellcheck
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/bash_shfmt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM mvdan/shfmt:latest-alpine AS shfmt
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/bicep_bicep_linter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/c_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/c_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_clj_kondo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/clojure_cljstyle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/cloudformation_cfn_lint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/coffee_coffeelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/copypaste_jscpd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/cpp_clang_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/cpp_cpplint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_csharpier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_dotnet_format/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/csharp_roslynator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/css_stylelint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/dockerfile_hadolint/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM hadolint/hadolint:${DOCKERFILE_HADOLINT_VERSION} AS hadolint
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
2 changes: 1 addition & 1 deletion linters/editorconfig_editorconfig_checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM mstruebing/editorconfig-checker:${EDITORCONFIG_EDITORCONFIG_CHECKER_VERSION
##################
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.3 AS uv
FROM ghcr.io/astral-sh/uv:0.4.4 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
Loading

0 comments on commit 27607f9

Please sign in to comment.