Skip to content

Commit e7946dd

Browse files
authored
upgrade to uv 0.6 (#31)
2 parents c70783a + 215207d commit e7946dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
python3-dev \
2828
&& rm -rf /var/lib/apt/lists/*
2929

30-
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /uvx /bin/
30+
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /uvx /bin/
3131

3232
WORKDIR $APP_HOME
3333
COPY . .
@@ -39,7 +39,7 @@ RUN uv sync --frozen
3939
FROM base AS dev
4040

4141
COPY --from=builder-base $APP_HOME $APP_HOME
42-
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /uvx /bin/
42+
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /uvx /bin/
4343

4444
WORKDIR $APP_HOME
4545

@@ -54,7 +54,7 @@ CMD ["teufa", "server", "--dev"]
5454
FROM base AS ci
5555

5656
COPY --from=builder-base $APP_HOME $APP_HOME
57-
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /uvx /bin/
57+
COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /uvx /bin/
5858

5959
WORKDIR $APP_HOME
6060

0 commit comments

Comments
 (0)