Skip to content

Commit 322ebd9

Browse files
Bootstrap with latest uv patch
1 parent 7a542bc commit 322ebd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.11
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Use this version of uv
7-
ARG UV_VERSION=0.7.4
7+
ARG UV_VERSION=0.7
88

99
# Install uv using the official image
1010
# See https://docs.astral.sh/uv/guides/integration/docker/#installing-uv

template/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG PYTHON_VERSION=3.11
44
FROM python:${PYTHON_VERSION} AS developer
55

66
# Use this version of uv
7-
ARG UV_VERSION=0.7.4
7+
ARG UV_VERSION=0.7
88

99
# Add any system dependencies for the developer/build environment here
1010
# RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)