Skip to content

Commit 56dae36

Browse files
authored
Update build_images.py
1 parent eb08d12 commit 56dae36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_images.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#"https://github.com/dclong/docker-vscode-server.git",
1919
#"https://github.com/dclong/docker-rustpython.git",
2020
],
21+
"21.10": [
22+
"https://github.com/dclong/docker-rust-utils.git",
23+
],
2124
}
2225
builder = dsutil.docker.DockerImageBuilder(branch_urls)
2326
builder.build_images(remove=True)

0 commit comments

Comments
 (0)