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

This commit is contained in:
renovate[bot] 2024-04-15 12:44:50 +00:00 committed by GitHub
parent c7032fcce6
commit 73e423a622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 3,
"version": "18.1.0",
"tipi_version": 4,
"version": "18.2.0",
"categories": [
"utilities",
"development"

View File

@ -3,7 +3,7 @@ services:
atuin:
container_name: atuin
restart: always
image: ghcr.io/atuinsh/atuin:18.1.0
image: ghcr.io/atuinsh/atuin:v18.2.0
command: server start
volumes:
- "${APP_DATA_DIR}/data/config:/config"