Skip to content

Commit ee9dfbd

Browse files
committed
chore(migrations): Upgrade atlas Docker image to v1.0.1
Updates the atlas Docker image used for database migrations from v0.38.1 to v1.0.1. Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 66ead6d commit ee9dfbd

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
@@ -2,9 +2,9 @@
22
# See https://atlasgo.io/guides/deploying/image
33
# NOTE: Updated to canary since there is a vulnerability in the latest stable release
44
# from: arigaio/atlas:latest
5-
# docker run arigaio/atlas@sha256:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c version
6-
# atlas version v0.38.1-ce311d2-canary
7-
FROM arigaio/atlas@sha256:ea3f647b96cf61010deff910c97f8c092deda1db2be3b2b8f20780668bfcf32c as base
5+
# docker run arigaio/atlas@sha256:e106ee023990c556bd0a9ed3d2d0c1d7df8fc3816c3a4136a99a50649095f14a version
6+
# atlas version v1.0.1-e178828-canary
7+
FROM arigaio/atlas@sha256:e106ee023990c556bd0a9ed3d2d0c1d7df8fc3816c3a4136a99a50649095f14a as base
88

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

0 commit comments

Comments
 (0)