diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 76c6296..8b05822 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ "ghcr.io/devcontainers-extra/features/kind:1": {}, "./rclone": { "rclone_repository": "https://github.com/SwissDataScienceCenter/rclone.git", - "rclone_ref": "v1.69.3+renku-1" + "rclone_ref": "v1.70.0+renku-1" } }, "overrideFeatureInstallOrder": [ diff --git a/Dockerfile b/Dockerfile index e897202..0ebce9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone" -ARG RCLONE_IMAGE_TAG="sha-9cbde11" +ARG RCLONE_IMAGE_TAG="sha-66b7f3e" FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone FROM golang:1.23.8-bookworm AS build