Skip to content

Commit

Permalink
Update to 11.306
Browse files Browse the repository at this point in the history
  • Loading branch information
BrutalBirdie committed Jul 21, 2023
1 parent bf71ee5 commit 95b7c28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CloudronManifest.json
Expand Up @@ -3,8 +3,8 @@
"title": "FoundryVTT",
"author": "Elias Hackradt ",
"tagline": "FounderyVTT",
"upstreamVersion": "11.302",
"version": "0.0.3",
"upstreamVersion": "11.306",
"version": "0.0.4",
"healthCheckPath": "/",
"icon": "file://logo.png",
"tags": [ "game", "multiplayer" ],
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df

ENV VERSION=11.302
ENV VERSION=11.306

WORKDIR /app/code

Expand Down
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,14 @@ If you do not have a licence, this is nothing for you.

> ⚠️ For copy-paste install like bellow you need the `jq` package.
You can either build it your self or use the build images:

```bash
docker pull brutalbirdie/foundryvtt.cloudron.app
```

How to build it yourself?

## Get the release zip

Go to <https://foundryvtt.com/> login with your credentials and download the configured version in the [Dockerfile Line 3 : VERSION](./Dockerfile).
Expand Down

0 comments on commit 95b7c28

Please sign in to comment.