Skip to content
Snippets Groups Projects
Commit 4f67ac00 authored by Bart Vercoulen's avatar Bart Vercoulen
Browse files

Use a versioned alpine image for the static build.

parent 470941c5
No related branches found
No related tags found
No related merge requests found
#!/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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment