From 16e98e4f07d4fa7cdd99a980e5b16f0dd77d7b8d Mon Sep 17 00:00:00 2001 From: aknysh Date: Thu, 16 Jan 2025 00:41:07 -0500 Subject: [PATCH] updates --- examples/quick-start-advanced/Dockerfile | 2 +- website/docs/integrations/atlantis.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quick-start-advanced/Dockerfile b/examples/quick-start-advanced/Dockerfile index a0d65f782..0ede88f8c 100644 --- a/examples/quick-start-advanced/Dockerfile +++ b/examples/quick-start-advanced/Dockerfile @@ -6,7 +6,7 @@ ARG GEODESIC_OS=debian # https://atmos.tools/ # https://github.com/cloudposse/atmos # https://github.com/cloudposse/atmos/releases -ARG ATMOS_VERSION=1.147.0 +ARG ATMOS_VERSION=1.149.0 # Terraform: https://github.com/hashicorp/terraform/releases ARG TF_VERSION=1.5.7 diff --git a/website/docs/integrations/atlantis.mdx b/website/docs/integrations/atlantis.mdx index b45153d09..14b93a289 100644 --- a/website/docs/integrations/atlantis.mdx +++ b/website/docs/integrations/atlantis.mdx @@ -673,7 +673,7 @@ on: branches: [ main ] env: - ATMOS_VERSION: 1.147.0 + ATMOS_VERSION: 1.149.0 ATMOS_CLI_CONFIG_PATH: ./ jobs: