chore(deps): update ghcr.io/atuinsh/atuin docker tag to v18.3.0 (#3737)

This commit is contained in:
renovate[bot] 2024-06-11 18:00:57 +00:00 committed by GitHub
parent fd4e8f614f
commit d9943b6860
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -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"]
}

View File

@ -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"