Skip to content

Commit 4d27856

Browse files
authored
feat: update to rclone v1.69.2+renku-1 (#871)
1 parent 54842e6 commit 4d27856

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ghcr.io/devcontainers/features/go:1": {},
3939
"./rclone": {
4040
"rclone_repository": "https://github.com/SwissDataScienceCenter/rclone.git",
41-
"rclone_ref": "v1.69.1+renku-1"
41+
"rclone_ref": "v1.69.2+renku-1"
4242
}
4343
},
4444
"overrideFeatureInstallOrder": [

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
devshellToolsPkgs = devshell-tools.packages.${system};
6262

6363
rclone = pkgs.rclone.overrideAttrs (old: {
64-
version = "v1.69.1";
64+
version = "v1.69.2";
6565
src = pkgs.fetchFromGitHub {
6666
owner = "SwissDataScienceCenter";
6767
repo = "rclone";
68-
rev = "v1.69.1+renku-1";
68+
rev = "v1.69.2+renku-1";
6969
sha256 = "sha256-AaQnLRAyBSHZFXmpOnPl1Af04YesR+HZd/BVw4zNW+E=";
7070
};
7171
});

projects/renku_data_service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2-
ARG RCLONE_IMAGE_TAG="sha-7975d7a"
2+
ARG RCLONE_IMAGE_TAG="sha-1f5fcf2"
33
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44

55
FROM python:3.13-bookworm AS builder

0 commit comments

Comments
 (0)