Skip to content

Commit 8f1d3f1

Browse files
authored
Upgrade SF5 example to 5.0.8 (#3481)
1 parent b37383b commit 8f1d3f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/skyfactory5/compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ services:
55
EULA: true
66
# https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/mod-platforms/auto-curseforge/
77
MODPACK_PLATFORM: AUTO_CURSEFORGE
8-
# CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/skyfactory-5/files/6044634
8+
# CF_PAGE_URL: https://www.curseforge.com/minecraft/modpacks/skyfactory-5/files/6290684
99
CF_SLUG: skyfactory-5
10-
CF_FILENAME_MATCHER: 5.0.2
10+
# Comment out the following to get the latest version or pick a version from
11+
# https://www.curseforge.com/minecraft/modpacks/skyfactory-5/files/all?page=1&pageSize=20
12+
CF_FILENAME_MATCHER: 5.0.8
1113
# Allocate API key from https://console.curseforge.com/
1214
# and set in .env file making sure to double up dollar signs, such as
1315
# CF_API_KEY=$$2a$$10$$....

0 commit comments

Comments
 (0)