From a352191826974964ccc75d270369fcfa1b17e04d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:43:49 +0100 Subject: [PATCH] build(deps): bump runatlantis/atlantis from v0.26.0 to v0.27.0 (#5) Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.26.0 to v0.27.0. - [Release notes](https://github.com/runatlantis/atlantis/releases) - [Changelog](https://github.com/runatlantis/atlantis/blob/main/CHANGELOG.md) - [Commits](https://github.com/runatlantis/atlantis/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: runatlantis/atlantis dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 338c7a1..c9c2a53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/runatlantis/atlantis:v0.26.0 as deps +FROM ghcr.io/runatlantis/atlantis:v0.27.0 as deps FROM ruby:3.2.2-alpine3.18