From 87befcce3dd09a452219885d95231eff244ec08f Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Thu, 10 Oct 2024 18:54:38 +0300 Subject: [PATCH] Update `DepotDownloader` 2.7.1 to 2.7.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bf5847..3394fb1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN set -x \ && rm -rf /var/lib/apt/lists/* # Download and install DepotDownloader -ARG DepotDownloader_URL="https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.1/DepotDownloader-linux-x64.zip" +ARG DepotDownloader_URL="https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.7.2/DepotDownloader-linux-x64.zip" RUN curl -sSL ${DepotDownloader_URL} | bsdtar -xvf - -C /usr/local/bin/ \ && chmod +x /usr/local/bin/DepotDownloader