diff --git a/app/controlplane/Dockerfile.migrations b/app/controlplane/Dockerfile.migrations index 0f5ed24ac..e351c4628 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:4c8d44f1b9a3dbafc72ea00792b2c5235862934414b732944b8500f35d064ea0 version -# atlas version v0.32.1-bef8a97-canary -FROM arigaio/atlas@sha256:4c8d44f1b9a3dbafc72ea00792b2c5235862934414b732944b8500f35d064ea0 as base +# docker run arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 version +# atlas version v0.32.1-7468df3-canary +FROM arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 as base FROM scratch # Update permissions to make it readable by the user diff --git a/common.mk b/common.mk index bcc29d3cd..c511fd5e7 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.0 sh -s -- -y + curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.32.1 sh -s -- -y # initialize API tooling .PHONY: init-api-tools