Skip to content

Commit

Permalink
chore(atlas): Upgrade atlas to version 0.30 (#1701)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln authored Jan 7, 2025
1 parent 29751f6 commit ddcc4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Generate migrations
if: ${{ matrix.app == 'controlplane' }}
env:
ATLAS_VERSION: v0.27.0
ATLAS_VERSION: v0.30.0
run: |
wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
sudo install /tmp/atlas /usr/local/bin/atlas
Expand Down
4 changes: 2 additions & 2 deletions app/controlplane/Dockerfile.migrations
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Container image built by go-releaser that's used to run migrations against the database during deployment
# See https://atlasgo.io/guides/deploying/image
# Current version v0.27.0
FROM arigaio/atlas@sha256:b2197540d3b1c34513cae8a4b21517978e2fbaa59c0f070f1698cc3205ea4c32 as base
# Current version v0.30.0
FROM arigaio/atlas@sha256:4e70ea7e8fe69817168109db4084ca12425a1b157dce4696954f5d9af37f5b47 as base

FROM scratch
# Update permissions to make it readable by the user
Expand Down

0 comments on commit ddcc4ba

Please sign in to comment.