Skip to content

Commit

Permalink
Update addon base image
Browse files Browse the repository at this point in the history
  • Loading branch information
grunjol authored Oct 25, 2024
1 parent 467e6ab commit 16ecb0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions snapserver/build.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:16.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:16.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:16.0.0",
"i386": "ghcr.io/hassio-addons/base/i386:16.0.0"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:16.3.4",
"amd64": "ghcr.io/hassio-addons/base/amd64:16.3.4",
"armhf": "ghcr.io/hassio-addons/base/armhf:16.3.4",
"armv7": "ghcr.io/hassio-addons/base/armv7:16.3.4",
"i386": "ghcr.io/hassio-addons/base/i386:16.3.4"
}
}

0 comments on commit 16ecb0b

Please sign in to comment.