From 0643f4257c9d4ee394201c7a04520080fc6f173e Mon Sep 17 00:00:00 2001 From: "org-internal-bot[bot]" <192104158+org-internal-bot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:38:18 +0000 Subject: [PATCH] chore(deps): update arigaio/atlas docker tag to v0.30.0 --- cdviz-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-db/Dockerfile b/cdviz-db/Dockerfile index e173dc1..1a3517f 100644 --- a/cdviz-db/Dockerfile +++ b/cdviz-db/Dockerfile @@ -3,7 +3,7 @@ #--------------------------------------------------------------------------------------------------- # checkov:skip=CKV_DOCKER_7:Ensure the base image uses a non latest version tag # trivy:ignore:AVD-DS-0001 -FROM arigaio/atlas:0.29.0-community AS cdviz-db +FROM arigaio/atlas:0.30.0-community AS cdviz-db LABEL org.opencontainers.image.source="https://github.com/cdviz-dev/cdviz" LABEL org.opencontainers.image.licenses="MIT OR Apache-2.0" COPY migrations /migrations