From db8ef8e8ebaa628b88b8e0509a6da050353d5e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 07:08:53 +0000 Subject: [PATCH] Bump runatlantis/atlantis from v0.28.1 to v0.28.3 Bumps [runatlantis/atlantis](https://github.com/runatlantis/atlantis) from v0.28.1 to v0.28.3. - [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.3) --- 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..97bb38c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/runatlantis/atlantis:v0.28.1 +FROM ghcr.io/runatlantis/atlantis:v0.28.3 USER root RUN apk update && apk add python3 --no-cache && rm -rf /var/cache/apk/* USER atlantis