Skip to content

Commit b1e8db9

Browse files
authored
Merge pull request #15 from a5chin/feature/url
fix url from `https://rye-up.com/get` to `https://rye.astral.sh/get`
2 parents 5b836e2 + 48be94e commit b1e8db9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
curl
1313

1414
SHELL [ "/bin/bash", "-o", "pipefail", "-c" ]
15-
RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash && \
15+
RUN curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash && \
1616
rye config --set-bool behavior.global-python=true && \
1717
rye config --set-bool behavior.use-uv=true
1818

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update && \
1212
curl
1313

1414
SHELL [ "/bin/bash", "-o", "pipefail", "-c" ]
15-
RUN curl -sSf https://rye-up.com/get | RYE_INSTALL_OPTION="--yes" bash && \
15+
RUN curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash && \
1616
rye config --set-bool behavior.global-python=true && \
1717
rye config --set-bool behavior.use-uv=true
1818

0 commit comments

Comments
 (0)