We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a16f71 commit 3b41b6dCopy full SHA for 3b41b6d
.github/workflows/dockerimage.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: docker/setup-buildx-action@v1
51
-
52
name: Cache Docker layers
53
- uses: actions/cache@v2
+ uses: actions/cache@v3
54
id: cache
55
with:
56
path: /tmp/.buildx-cache
install.sh
@@ -2,10 +2,10 @@
2
3
echo "[INFO] Set variables for $(arch)"
4
5
-caddy_version=2.7.5
6
-filebrowser_version=v2.26.0
7
-rclone_version=v1.64.2
8
-ariang_version=1.3.6
+caddy_version=2.9.1
+filebrowser_version=v2.32.0
+rclone_version=v1.69.1
+ariang_version=1.3.10
9
10
case "$(arch)" in
11
0 commit comments