Skip to content

Commit

Permalink
Merge pull request #634 from thijsvanloef/dependabot/docker/sonroyaal…
Browse files Browse the repository at this point in the history
…merol/steamcmd-arm64-root-2024-12-06

Bump sonroyaalmerol/steamcmd-arm64 from root-2024-12-04 to root-2024-12-06
  • Loading branch information
thijsvanloef authored Dec 6, 2024
2 parents 0c56acf + a94d6ab commit 72a0d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN wget -q https://github.com/gorcon/rcon-cli/archive/refs/tags/v${RCON_VERSION
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-12-04 AS base-arm64
FROM --platform=arm64 sonroyaalmerol/steamcmd-arm64:root-2024-12-06 AS base-arm64

ARG TARGETARCH
# Ignoring the lack of a tag here because the tag is defined in the above FROM lines
Expand Down

0 comments on commit 72a0d3f

Please sign in to comment.