diff --git a/docker/AnalyticsWorkerDockerfile b/docker/AnalyticsWorkerDockerfile index 8bc663195..e14af0c02 100644 --- a/docker/AnalyticsWorkerDockerfile +++ b/docker/AnalyticsWorkerDockerfile @@ -4,7 +4,7 @@ FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azure:0.0.1 as azure FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azuread:0.0.1 as azuread FROM ${PLUGIN_REGISTRY}/steampipe-plugin-kaytu:0.0.1 as kaytu -FROM ghcr.io/turbot/steampipe:0.21.1 +FROM ghcr.io/turbot/steampipe:0.23.3 COPY --from=aws /steampipe-plugin-aws.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin COPY --from=azure /steampipe-plugin-azure.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/azure@latest/steampipe-plugin-azure.plugin diff --git a/docker/ComplianceReportWorkerDockerfile b/docker/ComplianceReportWorkerDockerfile index d18ade4b2..c8800636b 100644 --- a/docker/ComplianceReportWorkerDockerfile +++ b/docker/ComplianceReportWorkerDockerfile @@ -4,7 +4,7 @@ FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azure:0.0.1 as azure FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azuread:0.0.1 as azuread FROM ${PLUGIN_REGISTRY}/steampipe-plugin-kaytu:0.0.1 as kaytu -FROM ghcr.io/turbot/steampipe:0.21.1 +FROM ghcr.io/turbot/steampipe:0.23.3 COPY --from=aws /steampipe-plugin-aws.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin COPY --from=azure /steampipe-plugin-azure.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/azure@latest/steampipe-plugin-azure.plugin diff --git a/docker/InsightWorkerDockerfile b/docker/InsightWorkerDockerfile index 72e0942bd..8d3213510 100644 --- a/docker/InsightWorkerDockerfile +++ b/docker/InsightWorkerDockerfile @@ -4,7 +4,7 @@ FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azure:0.0.1 as azure FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azuread:0.0.1 as azuread FROM ${PLUGIN_REGISTRY}/steampipe-plugin-kaytu:0.0.1 as kaytu -FROM ghcr.io/turbot/steampipe:0.21.1 +FROM ghcr.io/turbot/steampipe:0.23.3 COPY --from=aws /steampipe-plugin-aws.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin COPY --from=azure /steampipe-plugin-azure.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/azure@latest/steampipe-plugin-azure.plugin diff --git a/docker/SteampipeServiceDockerfile b/docker/SteampipeServiceDockerfile index d0b0ab826..582729dd3 100644 --- a/docker/SteampipeServiceDockerfile +++ b/docker/SteampipeServiceDockerfile @@ -4,7 +4,7 @@ FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azure:0.0.1 as azure FROM ${PLUGIN_REGISTRY}/steampipe-plugin-azuread:0.0.1 as azuread FROM ${PLUGIN_REGISTRY}/steampipe-plugin-kaytu:0.0.1 as kaytu -FROM ghcr.io/turbot/steampipe:0.21.1 +FROM ghcr.io/turbot/steampipe:0.23.3 COPY --from=aws /steampipe-plugin-aws.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/aws@latest/steampipe-plugin-aws.plugin COPY --from=azure /steampipe-plugin-azure.plugin /home/steampipe/.steampipe/plugins/hub.steampipe.io/plugins/turbot/azure@latest/steampipe-plugin-azure.plugin