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 5535d55 commit 4f46cedCopy full SHA for 4f46ced
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ RUN case "${TARGETARCH}" in \
53
esac
54
55
# Download Depot downloader
56
-ARG DEPOT_DOWNLOADER_VERSION="2.7.4"
+ARG DEPOT_DOWNLOADER_VERSION="3.4.0"
57
RUN case "${TARGETARCH}" in \
58
"amd64") DEPOT_DOWNLOADER_FILENAME=DepotDownloader-linux-x64.zip ;; \
59
"arm64") DEPOT_DOWNLOADER_FILENAME=DepotDownloader-linux-arm64.zip ;; \
0 commit comments