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