Update Docker image to use buster-slim + glibc.

This commit is contained in:
Paul
2021-09-15 22:43:23 +01:00
parent b1f5ba32ff
commit 6e1f3a79cf
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.3-alpha.1
export version=0.5.3-alpha.2
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs