From 5a3c48eb20750879433d8b56307b470f7c70a811 Mon Sep 17 00:00:00 2001 From: "org-internal-bot[bot]" <192104158+org-internal-bot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 04:53:42 +0000 Subject: [PATCH] chore(deps): update arigaio/atlas docker tag to v1 --- cdviz-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-db/Dockerfile b/cdviz-db/Dockerfile index 53b07fe..d7ebe5d 100644 --- a/cdviz-db/Dockerfile +++ b/cdviz-db/Dockerfile @@ -5,7 +5,7 @@ ARG PG_MAJOR=${PG_VERSION%%.*} #--------------------------------------------------------------------------------------------------- # checkov:skip=CKV_DOCKER_7:Ensure the base image uses a non latest version tag # trivy:ignore:AVD-DS-0001 -FROM --platform=$BUILDPLATFORM arigaio/atlas:0.38.0-community-alpine AS cdviz-db-migration +FROM --platform=$BUILDPLATFORM arigaio/atlas:1.0.0-community-alpine AS cdviz-db-migration LABEL org.opencontainers.image.source="https://github.com/cdviz-dev/cdviz" LABEL org.opencontainers.image.licenses="Apache-2.0"