Archived
1
0

Remove colons from image filenames

This commit is contained in:
Anmol Sethi
2020-06-03 12:14:55 -04:00
parent 5815b4a0c0
commit d4ef7c1412
6 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ Differences:
- We require a minimum of node v12 but later versions should work.
- We use [fnpm](https://github.com/goreleaser/nfpm) to build `.deb` and `.rpm` packages.
- We use [jq](https://stedolan.github.io/jq/) to build code-server releases.
- The [CI container](../ci/images/debian:8/Dockerfile) is a useful reference for all our dependencies.
- The [CI container](../ci/images/debian8/Dockerfile) is a useful reference for all our dependencies.
## Development Workflow