Skip to content

Commit fe847dd

Browse files
committed
feat: update to rclone v1.70.0+renku-1
1 parent bae35b6 commit fe847dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ghcr.io/devcontainers-extra/features/kind:1": {},
1818
"./rclone": {
1919
"rclone_repository": "https://github.com/SwissDataScienceCenter/rclone.git",
20-
"rclone_ref": "v1.69.3+renku-1"
20+
"rclone_ref": "v1.70.0+renku-1"
2121
}
2222
},
2323
"overrideFeatureInstallOrder": [

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-9cbde11"
2+
ARG RCLONE_IMAGE_TAG="sha-66b7f3e"
33
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44

55
FROM golang:1.23.8-bookworm AS build

0 commit comments

Comments
 (0)