Skip to content

Commit 3ba23cd

Browse files
authored
fix(migrations): Update atlas base image sha (#1305)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 5e8e119 commit 3ba23cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controlplane/Dockerfile.migrations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
33
# Current version v0.27.0
4-
FROM arigaio/atlas@sha256:240e82b144b0055c49500351deaea09358797ec6d039f91cc88a28aa4264f640 as base
4+
FROM arigaio/atlas@sha256:b2197540d3b1c34513cae8a4b21517978e2fbaa59c0f070f1698cc3205ea4c32 as base
55

66
FROM scratch
77
# Update permissions to make it readable by the user

0 commit comments

Comments
 (0)