From 0e91b900f69699fc1b883d28e79311dc808df600 Mon Sep 17 00:00:00 2001 From: Marvin Buss <34542414+marvinbuss@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:00:47 +0100 Subject: [PATCH] Update dependencies - Update GitHub Runner to v2.231.0 - Update CLI to v2.67.0 --- code/container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/container/Dockerfile b/code/container/Dockerfile index 5221c93..da247a2 100644 --- a/code/container/Dockerfile +++ b/code/container/Dockerfile @@ -4,8 +4,8 @@ LABEL maintainer="info@perfectthymetech.com" ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache RUN mkdir -p /opt/hostedtoolcache -ARG GH_RUNNER_VERSION="2.320.0" -ARG AZURE_CLI_VERSION="2.66.0" +ARG GH_RUNNER_VERSION="2.321.0" +ARG AZURE_CLI_VERSION="2.67.0" ARG PWSH_VERSION="7.4.6" ARG TARGETPLATFORM