File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 - name : Generate migrations
4343 if : ${{ matrix.app == 'controlplane' }}
4444 env :
45- ATLAS_VERSION : v0.27 .0
45+ ATLAS_VERSION : v0.30 .0
4646 run : |
4747 wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
4848 sudo install /tmp/atlas /usr/local/bin/atlas
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
3- # Current version v0.27 .0
4- FROM arigaio/atlas@sha256:b2197540d3b1c34513cae8a4b21517978e2fbaa59c0f070f1698cc3205ea4c32 as base
3+ # Current version v0.30 .0
4+ FROM arigaio/atlas@sha256:4e70ea7e8fe69817168109db4084ca12425a1b157dce4696954f5d9af37f5b47 as base
55
66FROM scratch
77# Update permissions to make it readable by the user
You can’t perform that action at this time.
0 commit comments