We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de3a29 commit 991cf40Copy full SHA for 991cf40
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2
-ARG RCLONE_IMAGE_TAG="sha-316bdfc"
+ARG RCLONE_IMAGE_TAG="sha-1a32af4"
3
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
4
5
-FROM golang:1.23.0-bookworm AS build
+FROM golang:1.23.8-bookworm AS build
6
# ARG RCLONE_VERSION=v1.65.2
7
# ARG RCLONE_ARCH=amd64
8
# ARG RCLONE_OS=linux
0 commit comments