Skip to content

Commit 991cf40

Browse files
committed
update Dockerfile
1 parent 4de3a29 commit 991cf40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2-
ARG RCLONE_IMAGE_TAG="sha-316bdfc"
2+
ARG RCLONE_IMAGE_TAG="sha-1a32af4"
33
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44

5-
FROM golang:1.23.0-bookworm AS build
5+
FROM golang:1.23.8-bookworm AS build
66
# ARG RCLONE_VERSION=v1.65.2
77
# ARG RCLONE_ARCH=amd64
88
# ARG RCLONE_OS=linux

0 commit comments

Comments
 (0)