File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Container image built by go-releaser that's used to run migrations against the database during deployment
22# See https://atlasgo.io/guides/deploying/image
33# from: arigaio/atlas:latest
4- # docker run arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 version
5- # atlas version v0.32.1-7468df3 -canary
6- FROM arigaio/atlas@sha256:4fec3f3e76f6e0b6505c2515527024a5bd683a32edb5936d50c35fc633911470 as base
4+ # docker run arigaio/atlas@sha256:5b52e74c938e2e32df081be435501d0de8f7a019840d7cc844997e6af0061bc1 version
5+ # atlas version v0.32.1-819f32c -canary
6+ FROM arigaio/atlas@sha256:5b52e74c938e2e32df081be435501d0de8f7a019840d7cc844997e6af0061bc1 as base
77
88FROM scratch
99# Update permissions to make it readable by the user
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ init: init-api-tools
77 go install github.com/vektra/mockery/
[email protected] 88 # using binary release for atlas, since ent schema handler is not included
99 # in the community version anymore https://github.com/ariga/atlas/issues/2388#issuecomment-1864287189
10- curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.32.1 sh -s -- -y
10+ curl -sSf https://atlasgo.sh | ATLAS_VERSION=v0.32.0 sh -s -- -y
1111
1212# initialize API tooling
1313.PHONY : init-api-tools
You can’t perform that action at this time.
0 commit comments