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.
2 parents 5535d55 + 4f46ced commit 90a8db3Copy full SHA for 90a8db3
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