Skip to content

Commit c70783a

Browse files
authored
use latest 0.5 uv (#30)
2 parents 41286a6 + cd7bcab commit c70783a

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.18 /uv /uvx /bin/
30+
COPY --from=ghcr.io/astral-sh/uv:0.5 /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.18 /uv /uvx /bin/
42+
COPY --from=ghcr.io/astral-sh/uv:0.5 /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.18 /uv /uvx /bin/
57+
COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /uvx /bin/
5858

5959
WORKDIR $APP_HOME
6060

0 commit comments

Comments
 (0)