Skip to content

Commit 53f95f0

Browse files
authored
chore(vulns): fix CVEs in base image (#1088)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 574d9e7 commit 53f95f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controlplane/Dockerfile.migrations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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@sha256:b08bac5240ee28e105a35925bff6bef5a28b56c7f508bc6a9b188f64d58a8c3a as base
3+
FROM arigaio/atlas@sha256:dc0f6b545320fc0be1bd28d122c98c2a96ef8e7019d75bcd5e8eec3e1d93f267 as base
44

55
FROM scratch
66
# Update permissions to make it readable by the user

0 commit comments

Comments
 (0)