diff --git a/Dockerfile b/Dockerfile index 7ace5ea1b..fd5c38ebf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.03.04 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.04.19 AS base # Get the architecture the image is being built for ARG TARGETPLATFORM