Skip to content

Commit

Permalink
Use a versioned alpine image for the static build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVerc committed Sep 12, 2018
1 parent 470941c commit 4f67ac0
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`:/dovecot_exporter alpine:edge /bin/sh << 'EOF'
docker run -i -v `pwd`:/dovecot_exporter alpine:3.8 /bin/sh << 'EOF'
set -ex
# Install prerequisites for the build process.
Expand Down

0 comments on commit 4f67ac0

Please sign in to comment.