Skip to content

Commit

Permalink
build(deps): bump runatlantis/atlantis-base (runatlantis#2259)
Browse files Browse the repository at this point in the history
Bumps runatlantis/atlantis-base from 2022.04.19 to 2022.05.13.

---
updated-dependencies:
- dependency-name: runatlantis/atlantis-base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and krrrr38 committed Dec 16, 2022
1 parent 5570cae commit bdbb5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags "-s -w" -v -o atlantis .

# Stage 2
# The runatlantis/atlantis-base is created by docker-base/Dockerfile.
FROM ghcr.io/runatlantis/atlantis-base:2022.04.19 AS base
FROM ghcr.io/runatlantis/atlantis-base:2022.05.13 AS base

# Get the architecture the image is being built for
ARG TARGETPLATFORM
Expand Down

0 comments on commit bdbb5ce

Please sign in to comment.