File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-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
3- # from: arigaio/atlas:0.38.0
4- # docker run arigaio/atlas@sha256:9883fdf5290020022ad0ac91fe20b846d32f93c19f68dfd3cf3b327c3e1b7e1a version
5- # atlas version v0.38.0
6- FROM arigaio/atlas@sha256:9883fdf5290020022ad0ac91fe20b846d32f93c19f68dfd3cf3b327c3e1b7e1a as base
3+ # NOTE: Updated to canary since there is a vulnerability in the latest stable release
4+ # from: arigaio/atlas:latest
5+ # docker run arigaio/atlas@sha256:3d12860d684122d74341cb99b0a31f0bf4a78fa223ebc9b32a1260ad6d0dbe95 version
6+ # atlas version v0.38.1-6b73979-canary
7+ FROM arigaio/atlas@sha256:3d12860d684122d74341cb99b0a31f0bf4a78fa223ebc9b32a1260ad6d0dbe95 as base
78
89FROM scratch
910# Update permissions to make it readable by the user
You can’t perform that action at this time.
0 commit comments