Skip to content

Commit bbd8ac1

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

File tree

151 files changed

+151
-151
lines changed

Some content is hidden

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

151 files changed

+151
-151
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
8686
##################
8787
# Build wheel for megalinter python package
8888
##################
89-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
89+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
9090
FROM python:3.13-alpine3.22 AS build-ml-core
9191
WORKDIR /
9292
COPY --from=uv /uv /uvx /bin/

Dockerfile-custom-flavor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
###############################################
66
###############################################
77

8-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
8+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
99

1010
##################
1111
# Get base image #

Dockerfile-quick

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM $MEGALINTER_BASE_IMAGE as base
1515
##################
1616
# Build wheel for megalinter python package
1717
##################
18-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
18+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
1919
FROM python:3.13-alpine3.22 AS build-ml-core
2020
WORKDIR /
2121
COPY pyproject.toml .

flavors/c_cpp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
5959
##################
6060
# Build wheel for megalinter python package
6161
##################
62-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
62+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
6363
FROM python:3.13-alpine3.22 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/

flavors/ci_light/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ FROM trufflesecurity/trufflehog:${REPOSITORY_TRUFFLEHOG_VERSION} AS trufflehog
3838
##################
3939
# Build wheel for megalinter python package
4040
##################
41-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
41+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
4242
FROM python:3.13-alpine3.22 AS build-ml-core
4343
WORKDIR /
4444
COPY --from=uv /uv /uvx /bin/

flavors/cupcake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
7575
##################
7676
# Build wheel for megalinter python package
7777
##################
78-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
78+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
7979
FROM python:3.13-alpine3.22 AS build-ml-core
8080
WORKDIR /
8181
COPY --from=uv /uv /uvx /bin/

flavors/documentation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
5959
##################
6060
# Build wheel for megalinter python package
6161
##################
62-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
62+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
6363
FROM python:3.13-alpine3.22 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/

flavors/dotnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
5959
##################
6060
# Build wheel for megalinter python package
6161
##################
62-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
62+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
6363
FROM python:3.13-alpine3.22 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/

flavors/dotnetweb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ FROM lycheeverse/lychee:${SPELL_LYCHEE_VERSION} AS lychee
5959
##################
6060
# Build wheel for megalinter python package
6161
##################
62-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
62+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
6363
FROM python:3.13-alpine3.22 AS build-ml-core
6464
WORKDIR /
6565
COPY --from=uv /uv /uvx /bin/

flavors/formatters/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM alpine/terragrunt:${TERRAFORM_TERRAGRUNT_VERSION} AS terragrunt
2929
##################
3030
# Build wheel for megalinter python package
3131
##################
32-
FROM ghcr.io/astral-sh/uv:0.9.4 AS uv
32+
FROM ghcr.io/astral-sh/uv:0.9.9 AS uv
3333
FROM python:3.13-alpine3.22 AS build-ml-core
3434
WORKDIR /
3535
COPY --from=uv /uv /uvx /bin/

0 commit comments

Comments
 (0)