Skip to content

Commit 40ca54d

Browse files
authored
Update versions in Dockerfile (#34)
1 parent 5a2b92a commit 40ca54d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Claude Code Devcontainer
22
# Based on Microsoft devcontainer image for better devcontainer integration
3-
ARG UV_VERSION=0.10.0
4-
FROM ghcr.io/astral-sh/uv:${UV_VERSION}@sha256:78a7ff97cd27b7124a5f3c2aefe146170793c56a1e03321dd31a289f6d82a04f AS uv
5-
FROM mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:d94c97dd9cacf183d0a6fd12a8e87b526e9e928307674ae9c94139139c0c6eae
3+
FROM ghcr.io/astral-sh/uv:0.10@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 AS uv
4+
FROM mcr.microsoft.com/devcontainers/base:ubuntu24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb
65

76
ARG TZ
87
ENV TZ="$TZ"
@@ -44,7 +43,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
4443
COPY --from=uv /uv /usr/local/bin/uv
4544

4645
# Install fzf from GitHub releases (newer than apt, includes built-in shell integration)
47-
ARG FZF_VERSION=0.67.0
46+
ARG FZF_VERSION=0.70.0
4847
RUN ARCH=$(dpkg --print-architecture) && \
4948
case "${ARCH}" in \
5049
amd64) FZF_ARCH="linux_amd64" ;; \

0 commit comments

Comments
 (0)