Skip to content

Commit 060c038

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.2 (#3948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b53d8d8 commit 060c038

File tree

144 files changed

+144
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+144
-144
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7878
##################
7979
# Build wheel for megalinter python package
8080
##################
81-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
81+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
8282
FROM python:3.12.5-alpine3.20 AS build-ml-core
8383
WORKDIR /
8484
COPY pyproject.toml .

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
1414
##################
1515
# Build wheel for megalinter python package
1616
##################
17-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
17+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
1818
FROM python:3.12.5-alpine3.20 AS build-ml-core
1919
WORKDIR /
2020
COPY pyproject.toml .

flavors/c_cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5555
##################
5656
# Build wheel for megalinter python package
5757
##################
58-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
58+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
5959
FROM python:3.12.5-alpine3.20 AS build-ml-core
6060
WORKDIR /
6161
COPY pyproject.toml .

flavors/ci_light/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
3636
##################
3737
# Build wheel for megalinter python package
3838
##################
39-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
39+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
4040
FROM python:3.12.5-alpine3.20 AS build-ml-core
4141
WORKDIR /
4242
COPY pyproject.toml .

flavors/cupcake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7070
##################
7171
# Build wheel for megalinter python package
7272
##################
73-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
73+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
7474
FROM python:3.12.5-alpine3.20 AS build-ml-core
7575
WORKDIR /
7676
COPY pyproject.toml .

flavors/documentation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5555
##################
5656
# Build wheel for megalinter python package
5757
##################
58-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
58+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
5959
FROM python:3.12.5-alpine3.20 AS build-ml-core
6060
WORKDIR /
6161
COPY pyproject.toml .

flavors/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5555
##################
5656
# Build wheel for megalinter python package
5757
##################
58-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
58+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
5959
FROM python:3.12.5-alpine3.20 AS build-ml-core
6060
WORKDIR /
6161
COPY pyproject.toml .

flavors/dotnetweb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
5555
##################
5656
# Build wheel for megalinter python package
5757
##################
58-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
58+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
5959
FROM python:3.12.5-alpine3.20 AS build-ml-core
6060
WORKDIR /
6161
COPY pyproject.toml .

flavors/formatters/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
2727
##################
2828
# Build wheel for megalinter python package
2929
##################
30-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
30+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
3131
FROM python:3.12.5-alpine3.20 AS build-ml-core
3232
WORKDIR /
3333
COPY pyproject.toml .

flavors/go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ FROM lycheeverse/lychee:latest-alpine AS lychee
6262
##################
6363
# Build wheel for megalinter python package
6464
##################
65-
FROM ghcr.io/astral-sh/uv:0.4.0 AS uv
65+
FROM ghcr.io/astral-sh/uv:0.4.2 AS uv
6666
FROM python:3.12.5-alpine3.20 AS build-ml-core
6767
WORKDIR /
6868
COPY pyproject.toml .

0 commit comments

Comments
 (0)