diff --git a/code/container/Dockerfile b/code/container/Dockerfile index 50de9e1..e5de0c4 100644 --- a/code/container/Dockerfile +++ b/code/container/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="info@perfectthymetech.com" ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache RUN mkdir -p /opt/hostedtoolcache -ARG GH_RUNNER_VERSION="2.312.0" +ARG GH_RUNNER_VERSION="2.313.0" ARG AZURE_CLI_VERSION="2.57.0" ARG PWSH_VERSION="7.4.1" ARG TARGETPLATFORM diff --git a/code/infra/containerapps.tf b/code/infra/containerapps.tf index 0934a59..f305e61 100644 --- a/code/infra/containerapps.tf +++ b/code/infra/containerapps.tf @@ -145,10 +145,10 @@ resource "azapi_resource" "container_apps_job" { name = "EPHEMERAL" value = "1" }, - # { - # name = "DISABLE_AUTO_UPDATE" - # value = "" - # }, + { + name = "DISABLE_AUTO_UPDATE" + value = "1" + }, { name = "START_DOCKER_SERVICE" value = "false"