📝 What’s Changed
- Dockerfile: Attempt apk update before add (#3927) @pglombardo
🚀 Features
- Yarn Security & Dependency Updates (#3926) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump rqrcode from 3.1.0 to 3.1.1 (#3925) @dependabot[bot]
- ⬆️ Bump addressable from 2.8.7 to 2.8.8 (#3923) @dependabot[bot]
- ⬆️ Bump rdoc from 6.15.1 to 6.16.0 (#3921) @dependabot[bot]
- ⬆️ Bump aws-partitions from 1.1187.0 to 1.1188.0 (#3920) @dependabot[bot]
- ⬆️ Bump rqrcode_core from 2.0.0 to 2.0.1 (#3919) @dependabot[bot]
- ⬆️ Bump pagy from 43.0.7 to 43.1.4 (#3918) @dependabot[bot]
- ⬆️ Bump rubocop-rails from 2.34.0 to 2.34.1 (#3916) @dependabot[bot]
- ⬆️ Bump googleauth from 1.15.1 to 1.16.0 (#3913) @dependabot[bot]
- ⬆️ Bump aws-sdk-kms from 1.117.0 to 1.118.0 (#3910) @dependabot[bot]
- ⬆️ Bump rails-i18n from 8.0.2 to 8.1.0 (#3909) @dependabot[bot]
👥 List of contributors
@dependabot[bot], @pglombardo and dependabot[bot]
🛥️ Docker Images
Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush
🏃♂️ Run This Version
→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:
docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`and browse to https://pwpush.example.com.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.