- Fixed issue caused by not explicitly setting working directory in Dockerfile. For more details see mollyim/mollysocket#111
- We're no longer pinned on MollySocket version 1.6
- Added ability to specify which version of MollySocket you want to deploy via environment variable. If no version is specified, will assume
latest.- For GitHub auto deploys, you can set the
MOLLYSOCKET_VERSIONrepository variable - For deploys running on your local computer, you can set the
MOLLYSOCKET_VERSIONenvironment variable via whatever shell you're using. See.envrc.examplefor an example direnv file. - This is entirely optional; no action needed if you want to keep things running as they have been.
- For GitHub auto deploys, you can set the
- Moved weekly redeploy from Monday to Sunday.
Full Changelog: v2.2.2...v2.3.0