Skip to content

Commit 1421ea6

Browse files
committed
refactor: use TLSv1.3
1 parent e366f16 commit 1421ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ RUN groupadd -g 1001 vscode && \
4242

4343
USER vscode
4444

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 && \
45+
RUN curl --proto '=https' --tlsv1.3 -LsSf https://starship.rs/install.sh | sh -s -- --yes && \
46+
curl --proto '=https' --tlsv1.3 -LsSf https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh | ATUIN_NO_MODIFY_PATH=1 sh && \
4747
mv ${HOME}/.atuin/bin/* "${HOME}/bin" && \
4848
rm -rf "${HOME}/.atuin" && \
4949
mkdir -p "${HOME}/.cache" "${HOME}/.local"

0 commit comments

Comments
 (0)