We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae35b6 commit fe847ddCopy full SHA for fe847dd
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
"ghcr.io/devcontainers-extra/features/kind:1": {},
18
"./rclone": {
19
"rclone_repository": "https://github.com/SwissDataScienceCenter/rclone.git",
20
- "rclone_ref": "v1.69.3+renku-1"
+ "rclone_ref": "v1.70.0+renku-1"
21
}
22
},
23
"overrideFeatureInstallOrder": [
Dockerfile
@@ -1,5 +1,5 @@
1
ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2
-ARG RCLONE_IMAGE_TAG="sha-9cbde11"
+ARG RCLONE_IMAGE_TAG="sha-66b7f3e"
3
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
4
5
FROM golang:1.23.8-bookworm AS build
0 commit comments