From c9451d90dd8b88e6d27c7788a38de1181b616113 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 31 Mar 2026 20:03:50 +0200 Subject: [PATCH] chore: bump rclone and shoutrrr --- .github/actions/install-dependencies/action.yml | 6 +++++- Dockerfile | 4 ++-- bunfig.toml | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 bunfig.toml diff --git a/.github/actions/install-dependencies/action.yml b/.github/actions/install-dependencies/action.yml index 62683e20..702b87ab 100644 --- a/.github/actions/install-dependencies/action.yml +++ b/.github/actions/install-dependencies/action.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index c3d21010..2feb66be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \ diff --git a/bunfig.toml b/bunfig.toml new file mode 100644 index 00000000..08932ab3 --- /dev/null +++ b/bunfig.toml @@ -0,0 +1,2 @@ +[install] +minimumReleaseAge = 604800