-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #642 from sonroyaalmerol/auto-depot-switch
Auto retry downloading with DepotDownloader if steamcmd fails in arm64
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ LABEL maintainer="[email protected]" \ | |
ARG SUPERCRONIC_SHA1SUM_ARM64="e0f0c06ebc5627e43b25475711e694450489ab00 " | ||
ARG SUPERCRONIC_SHA1SUM_AMD64="71b0d58cc53f6bd72cf2f293e09e294b79c666d8 " | ||
ARG SUPERCRONIC_VERSION="0.2.33" | ||
ARG DEPOT_DOWNLOADER_VERSION="2.7.3" | ||
ARG DEPOT_DOWNLOADER_VERSION="2.7.4" | ||
|
||
# update and install dependencies | ||
# hadolint ignore=DL3008 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters