We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e366f16 commit 1421ea6Copy full SHA for 1421ea6
src/Dockerfile
@@ -42,8 +42,8 @@ RUN groupadd -g 1001 vscode && \
42
43
USER vscode
44
45
-RUN curl --proto '=https' --tlsv1.2 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
46
- curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh | ATUIN_NO_MODIFY_PATH=1 sh && \
+RUN curl --proto '=https' --tlsv1.3 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
+ curl --proto '=https' --tlsv1.3 -LsSf https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh | ATUIN_NO_MODIFY_PATH=1 sh && \
47
mv ${HOME}/.atuin/bin/* "${HOME}/bin" && \
48
rm -rf "${HOME}/.atuin" && \
49
mkdir -p "${HOME}/.cache" "${HOME}/.local"
0 commit comments