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 66ead6d commit ee9dfbdCopy full SHA for ee9dfbd
1 file changed
app/controlplane/Dockerfile.migrations
@@ -2,9 +2,9 @@
2
# See https://atlasgo.io/guides/deploying/image
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:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c version
6
-# atlas version v0.38.1-ce311d2-canary
7
-FROM arigaio/atlas@sha256:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c as base
+# docker run arigaio/atlas@sha256:e106ee023990c556bd0a9ed3d2d0c1d7df8fc3816c3a4136a99a50649095f14a version
+# atlas version v1.0.1-e178828-canary
+FROM arigaio/atlas@sha256:e106ee023990c556bd0a9ed3d2d0c1d7df8fc3816c3a4136a99a50649095f14a as base
8
9
FROM scratch
10
# Update permissions to make it readable by the user
0 commit comments