Skip to content

Commit 90a8db3

Browse files
authored
Merge pull request #110 from Kuurama/patch-2
Upgrade Depot Downloader version to 3.4.0
2 parents 5535d55 + 4f46ced commit 90a8db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN case "${TARGETARCH}" in \
5353
esac
5454

5555
# Download Depot downloader
56-
ARG DEPOT_DOWNLOADER_VERSION="2.7.4"
56+
ARG DEPOT_DOWNLOADER_VERSION="3.4.0"
5757
RUN case "${TARGETARCH}" in \
5858
"amd64") DEPOT_DOWNLOADER_FILENAME=DepotDownloader-linux-x64.zip ;; \
5959
"arm64") DEPOT_DOWNLOADER_FILENAME=DepotDownloader-linux-arm64.zip ;; \

0 commit comments

Comments
 (0)