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,
|
||||
"port": 8888,
|
||||
"id": "atuin",
|
||||
"tipi_version": 4,
|
||||
"version": "18.2.0",
|
||||
"categories": [
|
||||
"utilities",
|
||||
"development"
|
||||
],
|
||||
"tipi_version": 5,
|
||||
"version": "18.3.0",
|
||||
"categories": ["utilities", "development"],
|
||||
"description": "Making your shell magical",
|
||||
"short_desc": "Magical Shell History",
|
||||
"author": "https://github.com/atuinsh",
|
||||
|
@ -33,8 +30,5 @@
|
|||
"env_variable": "ATUIN_ALLOW_REGISTRATION"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"amd64",
|
||||
"arm64"
|
||||
]
|
||||
"supported_architectures": ["amd64", "arm64"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
atuin:
|
||||
container_name: atuin
|
||||
restart: always
|
||||
image: ghcr.io/atuinsh/atuin:v18.2.0
|
||||
image: ghcr.io/atuinsh/atuin:18.3.0
|
||||
command: server start
|
||||
volumes:
|
||||
- "${APP_DATA_DIR}/data/config:/config"
|
||||
|
|
Loading…
Reference in New Issue
Block a user