ARG CI_COMMIT_SHORT_SHA
FROM williammiceli/grav:${CI_COMMIT_SHORT_SHA}

# Install Git
RUN apk add --no-cache git