diff --git a/Dockerfile b/Dockerfile index e92589a..87fa0b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM cm2network/steamcmd:root AS base-amd64 # Ignoring --platform=arm64 as this is required for the multi-arch build to continue to work on amd64 hosts # hadolint ignore=DL3029 -FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-07-28 AS base-arm64 +FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-08-25 AS base-arm64 ARG TARGETARCH # Ignoring the lack of a tag here because the tag is defined in the above FROM lines @@ -23,7 +23,7 @@ LABEL maintainer="me@kimzuni.com" \ ARG SUPERCRONIC_SHA1SUM_ARM64="d5e02aa760b3d434bc7b991777aa89ef4a503e49" ARG SUPERCRONIC_SHA1SUM_AMD64="9f27ad28c5c57cd133325b2a66bba69ba2235799" ARG SUPERCRONIC_VERSION="0.2.30" -ARG DEPOT_DOWNLOADER_VERSION="2.6.0" +ARG DEPOT_DOWNLOADER_VERSION="2.7.1" # update and install dependencies # hadolint ignore=DL3008