Browse Source

feat(images): bump repo state version

master
jamaljsr 4 years ago
parent
commit
59bce40400
  1. 2
      docker/nodes.json
  2. 2
      src/utils/constants.ts

2
docker/nodes.json

@ -1,5 +1,5 @@
{
"version": 11,
"version": 12,
"images": {
"LND": {
"latest": "0.10.3-beta",

2
src/utils/constants.ts

@ -213,7 +213,7 @@ export const REPO_STATE_URL =
* are pushed to Docker Hub, this list should be updated along with the /docker/nodes.json file.
*/
export const defaultRepoState: DockerRepoState = {
version: 11,
version: 12,
images: {
LND: {
latest: '0.10.3-beta',

Loading…
Cancel
Save