Skip to content

Commit b683c68

Browse files
committed
chore(devcontainer): upgrade verible
1 parent 1b7f327 commit b683c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN /ttsetup/venv/bin/pip install -r /ttsetup/test_requirements.txt -r /ttsetup/
2020

2121
# Install verible (for formatting)
2222
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 | \
23+
curl -L https://github.com/chipsalliance/verible/releases/download/v0.0-4023-gc1271a00/verible-v0.0-4023-gc1271a00-linux-static-x86_64.tar.gz | \
2424
tar zxf - -C /usr/local --strip-components=1 && \
2525
chmod 755 /usr/local/bin
2626

0 commit comments

Comments
 (0)