chore: new outline, re-gen digests (new impl.)
This commit is contained in:
parent
b9cf2dfb52
commit
429125b63b
1 changed files with 24 additions and 5 deletions
29
recipes.json
29
recipes.json
|
@ -2177,12 +2177,12 @@
|
||||||
{
|
{
|
||||||
"0.1.0+0.60.3": {
|
"0.1.0+0.60.3": {
|
||||||
"app": {
|
"app": {
|
||||||
"digest": "ca0c67c",
|
"digest": "e42e3f2",
|
||||||
"image": "outlinewiki/outline",
|
"image": "outlinewiki/outline",
|
||||||
"tag": "0.60.3"
|
"tag": "0.60.3"
|
||||||
},
|
},
|
||||||
"postgres": {
|
"postgres": {
|
||||||
"digest": "6a3c448",
|
"digest": "f98d2cc",
|
||||||
"image": "postgres",
|
"image": "postgres",
|
||||||
"tag": "11"
|
"tag": "11"
|
||||||
}
|
}
|
||||||
|
@ -2191,17 +2191,36 @@
|
||||||
{
|
{
|
||||||
"0.2.0+0.60.3": {
|
"0.2.0+0.60.3": {
|
||||||
"app": {
|
"app": {
|
||||||
"digest": "ca0c67c",
|
"digest": "e42e3f2",
|
||||||
"image": "outlinewiki/outline",
|
"image": "outlinewiki/outline",
|
||||||
"tag": "0.60.3"
|
"tag": "0.60.3"
|
||||||
},
|
},
|
||||||
"postgres": {
|
"postgres": {
|
||||||
"digest": "6a3c448",
|
"digest": "f98d2cc",
|
||||||
"image": "postgres",
|
"image": "postgres",
|
||||||
"tag": "11"
|
"tag": "11"
|
||||||
},
|
},
|
||||||
"redis": {
|
"redis": {
|
||||||
"digest": "f1b6973",
|
"digest": "8f8e307",
|
||||||
|
"image": "redis",
|
||||||
|
"tag": "6.2.6"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"0.3.0+0.62.0": {
|
||||||
|
"app": {
|
||||||
|
"digest": "e42e3f2",
|
||||||
|
"image": "outlinewiki/outline",
|
||||||
|
"tag": "0.62.0"
|
||||||
|
},
|
||||||
|
"postgres": {
|
||||||
|
"digest": "f98d2cc",
|
||||||
|
"image": "postgres",
|
||||||
|
"tag": "11"
|
||||||
|
},
|
||||||
|
"redis": {
|
||||||
|
"digest": "8f8e307",
|
||||||
"image": "redis",
|
"image": "redis",
|
||||||
"tag": "6.2.6"
|
"tag": "6.2.6"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue