diff --git a/app/controlplane/Dockerfile.migrations b/app/controlplane/Dockerfile.migrations index e351c4628..a69b1a137 100644 --- a/app/controlplane/Dockerfile.migrations +++ b/app/controlplane/Dockerfile.migrations @@ -1,9 +1,9 @@ # Container image built by go-releaser that's used to run migrations against the database during deployment # See https://atlasgo.io/guides/deploying/image # from: arigaio/atlas:latest -# docker run arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 version -# atlas version v0.32.1-7468df3-canary -FROM arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 as base +# docker run arigaio/atlas@sha256:5b52e74c938e2e32df081be435501d0de8f7a019840d7cc844997e6af0061bc1 version +# atlas version v0.32.1-819f32c-canary +FROM arigaio/atlas@sha256:5b52e74c938e2e32df081be435501d0de8f7a019840d7cc844997e6af0061bc1 as base FROM scratch # Update permissions to make it readable by the user diff --git a/common.mk b/common.mk index c511fd5e7..bcc29d3cd 100644 --- a/common.mk +++ b/common.mk @@ -7,7 +7,7 @@ init: init-api-tools go install github.com/vektra/mockery/v2@v2.43.2 # using binary release for atlas, since ent schema handler is not included # in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189 - curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.32.1 sh -s -- -y + curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.32.0 sh -s -- -y # initialize API tooling .PHONY: init-api-tools