Skip to content

Commit 3b41b6d

Browse files
authored
Bump versions (#244)
* Bump versions * Try to fix build
1 parent 1a16f71 commit 3b41b6d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v1
5151
-
5252
name: Cache Docker layers
53-
uses: actions/cache@v2
53+
uses: actions/cache@v3
5454
id: cache
5555
with:
5656
path: /tmp/.buildx-cache

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
echo "[INFO] Set variables for $(arch)"
44

5-
caddy_version=2.7.5
6-
filebrowser_version=v2.26.0
7-
rclone_version=v1.64.2
8-
ariang_version=1.3.6
5+
caddy_version=2.9.1
6+
filebrowser_version=v2.32.0
7+
rclone_version=v1.69.1
8+
ariang_version=1.3.10
99

1010
case "$(arch)" in
1111

0 commit comments

Comments
 (0)