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

View File

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