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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- uses: socketdev/action@v1
|
||||||
|
with:
|
||||||
|
mode: firewall
|
||||||
|
|
||||||
- uses: oven-sh/setup-bun@v2
|
- uses: oven-sh/setup-bun@v2
|
||||||
name: Install Bun
|
name: Install Bun
|
||||||
with:
|
with:
|
||||||
|
|
@ -12,4 +16,4 @@ runs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
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
|
FROM oven/bun:${BUN_VERSION}-alpine AS base
|
||||||
|
|
||||||
ARG RESTIC_VERSION="0.18.1"
|
ARG RESTIC_VERSION="0.18.1"
|
||||||
ARG RCLONE_VERSION="1.73.2"
|
ARG RCLONE_VERSION="1.73.3"
|
||||||
ARG SHOUTRRR_VERSION="0.14.0"
|
ARG SHOUTRRR_VERSION="0.14.2"
|
||||||
|
|
||||||
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \
|
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \
|
||||||
VITE_RCLONE_VERSION=${RCLONE_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