Skip to content

Commit 8493f81

Browse files
committed
Update uv from v0.5.5 to v0.6.17
1 parent 8f3fa3d commit 8493f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV TZ=Asia/Tokyo
44

55
WORKDIR /usr/local/bin
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /bin/uv
7+
COPY --from=ghcr.io/astral-sh/uv:0.6.17 /uv /bin/uv
88

99
RUN dnf update -y \
1010
&& dnf install -y git vim curl wget --allowerasing \

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM almalinux:9-minimal
33
ENV TZ=Asia/Tokyo
44
WORKDIR /usr/local/bin
55
RUN microdnf update -y && microdnf clean all
6-
COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /bin/uv
6+
COPY --from=ghcr.io/astral-sh/uv:0.6.17 /uv /bin/uv
77
COPY . /murchace/
88
WORKDIR /murchace
99
RUN uv sync --frozen

0 commit comments

Comments
 (0)