diff --git a/Dockerfile b/Dockerfile index e6e6a4b..69034ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # AutoStack is a setup/orchestration toolkit. This Dockerfile provides a CLI # container for running AutoStack scripts and managing the stack. # ============================================================================= -FROM alpine:3.19 +FROM alpine:3.24 RUN apk add --no-cache \ bash curl jq yq git openssh-client \