Skip to content

Commit aa57c10

Browse files
committed
feat: update to rclone v1.69.2+renku-1
1 parent 3e8f432 commit aa57c10

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.1+renku-1"
20+
"rclone_ref": "v1.69.2+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-7975d7a"
2+
ARG RCLONE_IMAGE_TAG="sha-1f5fcf2"
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)