chore(deps): update ghcr.io/atuinsh/atuin docker tag to v18.3.0 (#3737)
This commit is contained in:
parent
fd4e8f614f
commit
d9943b6860
|
@ -5,12 +5,9 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8888,
|
"port": 8888,
|
||||||
"id": "atuin",
|
"id": "atuin",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "18.2.0",
|
"version": "18.3.0",
|
||||||
"categories": [
|
"categories": ["utilities", "development"],
|
||||||
"utilities",
|
|
||||||
"development"
|
|
||||||
],
|
|
||||||
"description": "Making your shell magical",
|
"description": "Making your shell magical",
|
||||||
"short_desc": "Magical Shell History",
|
"short_desc": "Magical Shell History",
|
||||||
"author": "https://github.com/atuinsh",
|
"author": "https://github.com/atuinsh",
|
||||||
|
@ -33,8 +30,5 @@
|
||||||
"env_variable": "ATUIN_ALLOW_REGISTRATION"
|
"env_variable": "ATUIN_ALLOW_REGISTRATION"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["amd64", "arm64"]
|
||||||
"amd64",
|
|
||||||
"arm64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
atuin:
|
atuin:
|
||||||
container_name: atuin
|
container_name: atuin
|
||||||
restart: always
|
restart: always
|
||||||
image: ghcr.io/atuinsh/atuin:v18.2.0
|
image: ghcr.io/atuinsh/atuin:18.3.0
|
||||||
command: server start
|
command: server start
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data/config:/config"
|
- "${APP_DATA_DIR}/data/config:/config"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user