Skip to content

Commit 8eee27e

Browse files
committed
fix(migrations): bump atlas image to clear Go stdlib CVEs
Updates the atlas base image from v1.2.1-29c7cc3-canary (go1.26.2, 11 fixable Go stdlib CVEs including CVE-2026-42501) to the current v1.2.1-3ca392d-canary tagged as :latest. Verified with grype against the new digest: no fixable vulnerabilities reported. Assisted-by: Claude Code Signed-off-by: Miguel Martinez <miguel@chainloop.dev> Chainloop-Trace-Sessions: f286dba9-20ad-4039-8d7c-7677510fec29
1 parent 5141752 commit 8eee27e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/controlplane/Dockerfile.migrations

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Container image built by go-releaser that's used to run migrations against the database during deployment
22
# See https://atlasgo.io/guides/deploying/image
3-
# from: arigaio/atlas:latest (v1.2.1-29c7cc3-canary)
4-
# docker run arigaio/atlas@sha256:c9a0e6135c1f9c2761f5ef08b1db7a033ee37eb23a68173fd3909e231fdc2919 version
5-
# atlas version v1.2.1-29c7cc3-canary
6-
FROM arigaio/atlas@sha256:c9a0e6135c1f9c2761f5ef08b1db7a033ee37eb23a68173fd3909e231fdc2919 as base
3+
# from: arigaio/atlas:latest (v1.2.1-3ca392d-canary)
4+
# docker run arigaio/atlas@sha256:29668819bfe510e06ccf84cfbf795ad504a0b310a9edbb695c1cd277edac11cb version
5+
# atlas version v1.2.1-3ca392d-canary
6+
FROM arigaio/atlas@sha256:29668819bfe510e06ccf84cfbf795ad504a0b310a9edbb695c1cd277edac11cb as base
77

88
FROM scratch
99
# Update permissions to make it readable by the user

0 commit comments

Comments
 (0)