Skip to content

Commit f7c79a3

Browse files
authored
Fix Container Registry specs (#1481)
1 parent e9e8ade commit f7c79a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Container/RegistryApiSpec.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ grafanaMultiArchImage = "grafana/grafana:8.1.7-ubuntu"
152152

153153
grafanaMultiArchImageDigest :: RepoDigest
154154
grafanaMultiArchImageDigest =
155-
RepoDigest "sha256:86618e1e78e4962b5abec6cc7fabe89010ebfbbf0885cbba1aada7287457c263"
155+
RepoDigest "sha256:ce1398ea33a7afcbc577e417d1a499aeeba6b5be732a2336995916406c913833"
156156

157157
mcrRegistryImage :: Text
158158
mcrRegistryImage = "mcr.microsoft.com/azure-cli:0.10.13"
@@ -170,7 +170,7 @@ redisImage :: Text
170170
redisImage = "redis:6.0.14-buster"
171171

172172
redisImageDigest :: RepoDigest
173-
redisImageDigest = RepoDigest "sha256:dd347200af9dbdb9a5f55851d1a0b8b5fb89462b94e84ac0bba89dfec30504fb"
173+
redisImageDigest = RepoDigest "sha256:86813a7dd3971d9b8088bb34fd894d2cf18a48679d3d8d958a1a0bd4955e6cef"
174174

175175
haskellDevImage :: Text
176176
haskellDevImage = "ghcr.io/fossas/haskell-dev-tools:9.0.2"

0 commit comments

Comments
 (0)