From 9b09b64c0e25f090c8d5cfa1d8c321c155ada56e Mon Sep 17 00:00:00 2001 From: Miguel Martinez Trivino Date: Mon, 13 Apr 2026 21:21:31 +0200 Subject: [PATCH] fix(migrations): upgrade atlas image to v1.2.0 to fix vulnerabilities Signed-off-by: Miguel Martinez Trivino --- app/controlplane/Dockerfile.migrations | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/controlplane/Dockerfile.migrations b/app/controlplane/Dockerfile.migrations index 73f4411d5..132e85b90 100644 --- a/app/controlplane/Dockerfile.migrations +++ b/app/controlplane/Dockerfile.migrations @@ -1,9 +1,9 @@ # Container image built by go-releaser that's used to run migrations against the database during deployment # See https://atlasgo.io/guides/deploying/image -# from: arigaio/atlas:v1.1.7-2e53571-canary -# docker run arigaio/atlas@sha256:7f36d26819623b7a52b6e9c0aebf40891623baf349e1b1c38580dd6ebf2b32c3 version -# atlas version v1.1.7-2e53571-canary -FROM arigaio/atlas@sha256:7f36d26819623b7a52b6e9c0aebf40891623baf349e1b1c38580dd6ebf2b32c3 as base +# from: arigaio/atlas:1.2.0 +# docker run arigaio/atlas@sha256:69fef5b506378439771fc70e052471780336552dbf35da397f5a7a729da8f7e3 version +# atlas version v1.2.0 +FROM arigaio/atlas@sha256:69fef5b506378439771fc70e052471780336552dbf35da397f5a7a729da8f7e3 as base FROM scratch # Update permissions to make it readable by the user