Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 22:25
· 1346 commits to master since this release
71016e1
  • 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 to data volume:

docker-compose stop
chown -R 1000:1000 data/
docker-compose pull
docker-compose up -d