We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7f327 commit b683c68Copy full SHA for b683c68
1 file changed
.devcontainer/Dockerfile
@@ -20,7 +20,7 @@ RUN /ttsetup/venv/bin/pip install -r /ttsetup/test_requirements.txt -r /ttsetup/
20
21
# Install verible (for formatting)
22
RUN umask 022 && \
23
- curl -L https://github.com/chipsalliance/verible/releases/download/v0.0-3795-gf4d72375/verible-v0.0-3795-gf4d72375-linux-static-x86_64.tar.gz | \
+ curl -L https://github.com/chipsalliance/verible/releases/download/v0.0-4023-gc1271a00/verible-v0.0-4023-gc1271a00-linux-static-x86_64.tar.gz | \
24
tar zxf - -C /usr/local --strip-components=1 && \
25
chmod 755 /usr/local/bin
26
0 commit comments