We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0148e commit 9dd3c1eCopy full SHA for 9dd3c1e
1 file changed
app/controlplane/Dockerfile.migrations
@@ -1,9 +1,9 @@
1
# Container image built by go-releaser that's used to run migrations against the database during deployment
2
# See https://atlasgo.io/guides/deploying/image
3
-# from: arigaio/atlas:1.1.6
4
-# docker run arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 version
5
-# atlas version v1.1.6
6
-FROM arigaio/atlas@sha256:f05f62d9797e305e4cd891dcc7047919bb23f5f1186827792036cb4e4a816ee9 as base
+# from: arigaio/atlas:latest
+# docker run arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 version
+# atlas version v1.1.7-0f00ade-canary
+FROM arigaio/atlas@sha256:cbeb45f5342e8e614a60a7ffa355973e5c45f8a8529651c36b9a8ec7e9337d02 as base
7
8
FROM scratch
9
# Update permissions to make it readable by the user
0 commit comments