We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6548107 commit 7e11bc9Copy full SHA for 7e11bc9
1 file changed
.devcontainer/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update -qq && export DEBIAN_FRONTEND=noninteractive && \
17
ENV PATH="${PATH}:/root/.local/bin"
18
19
# Install conan
20
-RUN pipx install conan==1.59 && conan --version
+RUN pipx install conan && conan --version
21
22
# By default, anything you run in Docker is done as superuser.
23
# Conan runs some install commands as superuser, and will prepend `sudo` to
0 commit comments