From 272f50036adae3afcafe8895adb7b34de606d7a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:28:33 +0000 Subject: [PATCH] Bump arm64v8/golang from 1.19.3-bullseye to 1.22.0-bullseye Bumps arm64v8/golang from 1.19.3-bullseye to 1.22.0-bullseye. --- updated-dependencies: - dependency-name: arm64v8/golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 61f625f3c..d4a568f13 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -7,7 +7,7 @@ ARG RCON_VERSION="0.10.3" ARG SUPERCRONIC_VERSION="0.2.29" # build rcon-cli for arm64-linux -FROM arm64v8/golang:1.19.3-bullseye as rcon-cli_builder +FROM arm64v8/golang:1.22.0-bullseye as rcon-cli_builder ARG RCON_VERSION