Skip to content

Commit 4d7d463

Browse files
authored
feat: update to rclone v1.69.3+renku-1 (#62)
1 parent 41dbf5e commit 4d7d463

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