From be419e27278be5e4863f287de76599d66602ffe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 08:02:35 +0000 Subject: [PATCH] Bump runatlantis/atlantis from v0.23.3 to v0.23.5 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.23.3 to v0.23.5. - [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.23.3...v0.23.5) --- updated-dependencies: - dependency-name: runatlantis/atlantis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4e5b94..3e1df50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM ghcr.io/runatlantis/atlantis:v0.23.3 +FROM ghcr.io/runatlantis/atlantis:v0.23.5 RUN apk add python3 --no-cache