From 93ee613bc8137314ffc1de92b406e216e0e1dee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 07:13:38 +0000 Subject: [PATCH] Bump runatlantis/atlantis from v0.28.1 to v0.28.5 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.28.1 to v0.28.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.28.1...v0.28.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 73b5dd0..66ec4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/runatlantis/atlantis:v0.28.1 +FROM ghcr.io/runatlantis/atlantis:v0.28.5 USER root RUN apk update && apk add python3 --no-cache && rm -rf /var/cache/apk/* USER atlantis