Skip to content

Commit 4446a3a

Browse files
committed
build(deps): upgrade Atlas image to v1.1.0
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 8c739c7 commit 4446a3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/controlplane/Dockerfile.migrations

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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:4716ae18b1cd81ae15052acd21b0d8f93b3b2ecc95d82989f52bf78a7ebfb017 version
5-
# atlas version v1.0.1-63583e5-canary
6-
FROM arigaio/atlas@sha256:4716ae18b1cd81ae15052acd21b0d8f93b3b2ecc95d82989f52bf78a7ebfb017 as base
4+
# docker run arigaio/atlas@sha256:779e402cb5e93982271474834c4f0a89b5edf714b21dbc1770661e86e68db1ed version
5+
# atlas version v1.1.0
6+
FROM arigaio/atlas@sha256:779e402cb5e93982271474834c4f0a89b5edf714b21dbc1770661e86e68db1ed as base
77

88
FROM scratch
99
# Update permissions to make it readable by the user

0 commit comments

Comments
 (0)