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 8c739c7 commit 4446a3aCopy full SHA for 4446a3a
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:latest
4
-# docker run arigaio/atlas@sha256:4716ae18b1cd81ae15052acd21b0d8f93b3b2ecc95d82989f52bf78a7ebfb017 version
5
-# atlas version v1.0.1-63583e5-canary
6
-FROM arigaio/atlas@sha256:4716ae18b1cd81ae15052acd21b0d8f93b3b2ecc95d82989f52bf78a7ebfb017 as base
+# docker run arigaio/atlas@sha256:779e402cb5e93982271474834c4f0a89b5edf714b21dbc1770661e86e68db1ed version
+# atlas version v1.1.0
+FROM arigaio/atlas@sha256:779e402cb5e93982271474834c4f0a89b5edf714b21dbc1770661e86e68db1ed as base
7
8
FROM scratch
9
# Update permissions to make it readable by the user
0 commit comments