foundryvtt: bump version
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2023-09-05 09:57:12 -04:00
parent 801c72a95a
commit 8f88745901
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -2,7 +2,7 @@ _: {
sops.secrets.foundry-username = {}; sops.secrets.foundry-username = {};
sops.secrets.foundry-password = {}; sops.secrets.foundry-password = {};
virtualisation.oci-containers.containers.foundryvtt = { virtualisation.oci-containers.containers.foundryvtt = {
image = "felddy/foundryvtt:11.300.0"; image = "felddy/foundryvtt:v11.308.0";
volumes = [ volumes = [
"/home/notoh/docker/foundryvtt:/data" "/home/notoh/docker/foundryvtt:/data"
]; ];