Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.19 #4077

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-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.16 AS uv
FROM ghcr.io/astral-sh/uv:0.4.19 AS uv
FROM python:3.12.7-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
Expand Down
Loading