diff --git a/cli/Dockerfile.goreleaser b/cli/Dockerfile.goreleaser index e20c9548536593..4e3d20b8f03a25 100644 --- a/cli/Dockerfile.goreleaser +++ b/cli/Dockerfile.goreleaser @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 +FROM alpine:3.19 RUN apk --no-cache add git ENTRYPOINT ["/app/cloudquery"] WORKDIR /app