Skip to content

Commit 8713241

Browse files
authored
chore: upgrade atlas image (#2533)
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 0364180 commit 8713241

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/controlplane/Dockerfile.migrations

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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:0.38.0
4-
# docker run arigaio/atlas@sha256:9883fdf5290020022ad0ac91fe20b846d32f93c19f68dfd3cf3b327c3e1b7e1a version
5-
# atlas version v0.38.0
6-
FROM arigaio/atlas@sha256:9883fdf5290020022ad0ac91fe20b846d32f93c19f68dfd3cf3b327c3e1b7e1a as base
3+
# NOTE: Updated to canary since there is a vulnerability in the latest stable release
4+
# from: arigaio/atlas:latest
5+
# docker run arigaio/atlas@sha256:3d12860d684122d74341cb99b0a31f0bf4a78fa223ebc9b32a1260ad6d0dbe95 version
6+
# atlas version v0.38.1-6b73979-canary
7+
FROM arigaio/atlas@sha256:3d12860d684122d74341cb99b0a31f0bf4a78fa223ebc9b32a1260ad6d0dbe95 as base
78

89
FROM scratch
910
# Update permissions to make it readable by the user

0 commit comments

Comments
 (0)