diff --git a/docker-base/Dockerfile.alpine b/docker-base/Dockerfile.alpine index a1f6b02cb8..cd33809b38 100644 --- a/docker-base/Dockerfile.alpine +++ b/docker-base/Dockerfile.alpine @@ -1,7 +1,7 @@ # This Dockerfile builds our base image with gosu, dumb-init and the atlantis # user. We split this from the main Dockerfile because this base doesn't change # and also because it kept breaking the build due to flakiness. -FROM alpine:3.17.2 +FROM alpine:3.17.3 LABEL authors="Anubhav Mishra, Luke Kysow" # We use gosu to step down from root and run as the atlantis user so we need