Update snapcraft docker image contain snapcraft 2.42.1

This commit is contained in:
Michael Vines
2018-06-20 23:30:53 -07:00
parent 0ebf10d19d
commit f6c28e6be1
3 changed files with 14 additions and 1 deletions

6
ci/docker-snapcraft/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash -ex
cd "$(dirname "$0")"
docker build -t solanalabs/snapcraft .
docker push solanalabs/snapcraft