diff --git a/Earthfile b/Earthfile index 67d9ff9..7754fd8 100644 --- a/Earthfile +++ b/Earthfile @@ -375,7 +375,7 @@ ci-promote-image: ARG --required CROSSPLANE_REPO ARG --required CROSSPLANE_VERSION ARG --required CHANNEL - FROM alpine:3.20 + FROM alpine:3.22 RUN apk add docker # We need to omit the registry argument when we're logging into Docker Hub. # Otherwise login will appear to succeed, but buildx will fail on auth.