Skip to content

Commit 40b49f5

Browse files
committed
use all patch version
1 parent 6a7bef3 commit 40b49f5

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

packages/postgres-database/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
2323
&& rm -rf /var/lib/apt/lists/*
2424

2525
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
26-
ARG UV_VERSION="0.4.24"
26+
ARG UV_VERSION="0.4"
2727
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
2828

2929
# NOTE: python virtualenv is used here such that installed packages may be moved to production image easily by copying the venv

packages/service-integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
5656
build-essential
5757

5858
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
59-
ARG UV_VERSION="0.4.24"
59+
ARG UV_VERSION="0.4"
6060
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
6161

6262
# NOTE: python virtualenv is used here such that installed

requirements/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
2525

2626

2727
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
28-
ARG UV_VERSION="0.4.24"
28+
ARG UV_VERSION="0.4"
2929
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
3030

3131
RUN uv venv "${VIRTUAL_ENV}"

services/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
7474
build-essential
7575

7676
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
77-
ARG UV_VERSION="0.4.24"
77+
ARG UV_VERSION="0.4"
7878
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
7979

8080
# NOTE: python virtualenv is used here such that installed

services/api-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
7070
build-essential
7171

7272
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
73-
ARG UV_VERSION="0.4.24"
73+
ARG UV_VERSION="0.4"
7474
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
7575

7676
# NOTE: python virtualenv is used here such that installed

services/autoscaling/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
9090
build-essential
9191

9292
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
93-
ARG UV_VERSION="0.4.24"
93+
ARG UV_VERSION="0.4"
9494
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
9595

9696

services/catalog/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
7171
build-essential
7272

7373
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
74-
ARG UV_VERSION="0.4.24"
74+
ARG UV_VERSION="0.4"
7575
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
7676

7777
# NOTE: python virtualenv is used here such that installed

services/clusters-keeper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
9090
build-essential
9191

9292
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
93-
ARG UV_VERSION="0.4.24"
93+
ARG UV_VERSION="0.4"
9494
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
9595

9696
# NOTE: python virtualenv is used here such that installed

services/dask-sidecar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
8181
build-essential
8282

8383
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
84-
ARG UV_VERSION="0.4.24"
84+
ARG UV_VERSION="0.4"
8585
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
8686

8787
# NOTE: python virtualenv is used here such that installed packages may be moved to production image easily by copying the venv

services/datcore-adapter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN --mount=type=cache,target=/var/cache/apt,mode=0755,sharing=private \
7171
build-essential
7272

7373
# install UV https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
74-
ARG UV_VERSION="0.4.24"
74+
ARG UV_VERSION="0.4"
7575
COPY --from=ghcr.io/astral-sh/uv:${UV_VERSION} /uv /uvx /bin/
7676

7777
# NOTE: python virtualenv is used here such that installed

0 commit comments

Comments
 (0)