From c6f01d275fbf74164682614216c77425ed0e3704 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Fri, 11 Oct 2024 12:44:24 +0300 Subject: [PATCH] Update DepotDownloader `2.7.1` to `2.7.2` (#14) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f28c87..fe54c34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,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