File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ mkdir ./uploads
1313mkdir -p ./share/uploads && sudo chown 65534:65534 ./share/uploads
1414
1515# initialize chroot environment with alpine minirootfs
16- wget https://dl-cdn.alpinelinux.org/alpine/v3.22 /releases/x86_64/alpine-minirootfs-3.22.1 -x86_64.tar.gz
17- tar -xvf alpine-minirootfs-3.22.1 -x86_64.tar.gz -C ./share && rm alpine-minirootfs-3.22.1 -x86_64.tar.gz
16+ wget https://dl-cdn.alpinelinux.org/alpine/v3.23 /releases/x86_64/alpine-minirootfs-3.23.3 -x86_64.tar.gz
17+ tar -xvf alpine-minirootfs-3.23.3 -x86_64.tar.gz -C ./share && rm alpine-minirootfs-3.23.3 -x86_64.tar.gz
1818echo ' nameserver 223.5.5.5' > ./share/etc/resolv.conf
1919
2020# move share-Go binary into ./share and run
@@ -46,7 +46,7 @@ docker run -d \
4646 -e CFG_ROOT_PATH=/uploads \
4747 -p 9000:9000 \
4848 -v $( pwd) /uploads:/uploads \
49- ghcr.io/whoisnian/share-go:v0.0.14
49+ ghcr.io/whoisnian/share-go:v0.0.15
5050```
5151
5252## Development
You can’t perform that action at this time.
0 commit comments