v1.4.0
·
1346 commits
to master
since this release
- Multi-platform Docker image
- Switch to GitHub Actions
⚠️ Run Docker container as non-root user⚠️ Stop publishing Docker image on Quay- Go 1.12.10
- Use GOPROXY
⚠️ UPGRADE NOTES
As the Docker container now runs as a non-root user, you have to first stop the container and change permissions todata
volume:docker-compose stop chown -R 1000:1000 data/ docker-compose pull docker-compose up -d