This pre-release container supports Foundry VTT prototype release 13.333
Warning
Updates on the Prototype channel provide the implementation of major new features which are likely to introduce unforeseen bugs, breakages to existing game systems or modules, or other problems which will be disruptive to the usage of the software. Do not install this update unless you are doing so for the specific purposes of testing, it is not intended for use in 'live game' scenarios. The purpose of Prototype builds are to allow new experimental features to be tested and to help developers to begin the process of updating packages which are impacted by these changes. If you choose to update to this version you expose yourself to serious risk of having a bad experience. Please take this warning to heart.
What's Changed
There are substantial internal changes that may affect some users.
- The container now defaults to a non-root user.
- The internal home directory has changed from
/home/foundry
to/home/node
FOUNDRY_UID
andFOUNDRY_GID
environment variables have been deprecated.
The Dockeruser
option should be used to change theuid
andgid
of the running processes.- The container will no longer change the permissions in the
data
volume to match theuid
andgid
of the server. Therefore theCONTAINER_PRESERVE_OWNER
environment variable is deprecated. - The
TIMEZONE
environment variable has been replaced by the standardTZ
environment variable.
- Bump the github-actions-all group across 1 directory with 5 updates by @dependabot in #1124
- Bump the pip-all group across 1 directory with 4 updates by @dependabot in #1121
- Bump the npm-all group across 1 directory with 2 updates by @dependabot in #1114
- Add support for prerelease
13.333
by @felddy in #1125
Full Changelog: v13.332.0...v13.333.0