diff --git a/Dockerfile b/Dockerfile index d379b5632..5692a5459 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.11.13 AS base +FROM ghcr.io/runatlantis/atlantis-base:2022.11.24 AS base # Get the architecture the image is being built for ARG TARGETPLATFORM