Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/controlplane/Dockerfile.migrations
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down