Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Changed to alpine 3.8 in build_static.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVerc committed Sep 28, 2018
1 parent 97d1e6f commit 248cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_static.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

docker run -i -v `pwd`:/libvirt_exporter alpine:edge /bin/sh << 'EOF'
docker run -i -v `pwd`:/libvirt_exporter alpine:3.8 /bin/sh << 'EOF'
set -ex
# Install prerequisites for the build process.
Expand Down

0 comments on commit 248cbf5

Please sign in to comment.