FROM alpine:3.12.0

# Test Docker image with non-root user, which is
# apparently good security practice: https://github.com/loadimpact/k6/pull/1314
USER 12345
