chore: bump rclone and shoutrrr
This commit is contained in:
parent
d600102d46
commit
c9451d90dd
3 changed files with 9 additions and 3 deletions
|
|
@ -5,6 +5,10 @@ description: Install dependencies
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: socketdev/action@v1
|
||||
with:
|
||||
mode: firewall
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
name: Install Bun
|
||||
with:
|
||||
|
|
@ -12,4 +16,4 @@ runs:
|
|||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: bun install --frozen-lockfile
|
||||
run: sfw bun install --frozen-lockfile
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ ARG BUN_VERSION="1.3.11"
|
|||
FROM oven/bun:${BUN_VERSION}-alpine AS base
|
||||
|
||||
ARG RESTIC_VERSION="0.18.1"
|
||||
ARG RCLONE_VERSION="1.73.2"
|
||||
ARG SHOUTRRR_VERSION="0.14.0"
|
||||
ARG RCLONE_VERSION="1.73.3"
|
||||
ARG SHOUTRRR_VERSION="0.14.2"
|
||||
|
||||
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \
|
||||
VITE_RCLONE_VERSION=${RCLONE_VERSION} \
|
||||
|
|
|
|||
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[install]
|
||||
minimumReleaseAge = 604800
|
||||
Loading…
Reference in a new issue